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

HasSelection() public méthode

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