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