Kimono.KHTMLPart.SetSelection C# (CSharp) Метод

SetSelection() публичный Метод

Sets the current selection.
public SetSelection ( DOM arg1 ) : void
arg1 DOM
Результат void
        public void SetSelection(DOM.Range arg1)
        {
            interceptor.Invoke("setSelection#", "setSelection(const DOM::Range&)", typeof(void), typeof(DOM.Range), arg1);
        }
KHTMLPart