Kimono.KHTMLPart.SetSelection C# (CSharp) Method

SetSelection() public method

Sets the current selection.
public SetSelection ( DOM arg1 ) : void
arg1 DOM
return void
        public void SetSelection(DOM.Range arg1)
        {
            interceptor.Invoke("setSelection#", "setSelection(const DOM::Range&)", typeof(void), typeof(DOM.Range), arg1);
        }
KHTMLPart