Kimono.KHTMLPart.Selection C# (CSharp) Method

Selection() public method

Returns the selected part of the HTML.
public Selection ( ) : DOM.Range
return 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