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

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

Returns the selected part of the HTML.
public Selection ( ) : DOM.Range
Результат DOM.Range
        public DOM.Range Selection()
        {
            return (DOM.Range) interceptor.Invoke("selection", "selection() const", typeof(DOM.Range));
        }

Same methods

KHTMLPart::Selection ( DOM startNode, long startOffset, DOM endNode, long endOffset ) : void
KHTMLPart