Kimono.KHTMLPart.SetSelection C# (CSharp) Méthode

SetSelection() public méthode

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