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