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

Selection() public méthode

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