Kimono.KHTMLPart.SelectedText C# (CSharp) Method

SelectedText() private method

private SelectedText ( ) : string
return string
        public virtual string SelectedText()
        {
            return (string) interceptor.Invoke("selectedText", "selectedText() const", typeof(string));
        }
KHTMLPart