Kimono.KHTMLPart.HasSelection C# (CSharp) Method

HasSelection() public method

Has the user selected anything? Call selectedText() to retrieve the selected text.
public HasSelection ( ) : bool
return bool
        public bool HasSelection()
        {
            return (bool) interceptor.Invoke("hasSelection", "hasSelection() const", typeof(bool));
        }
KHTMLPart