Kimono.KHTMLPart.HasSelection C# (CSharp) Метод

HasSelection() публичный Метод

Has the user selected anything? Call selectedText() to retrieve the selected text.
public HasSelection ( ) : bool
Результат bool
        public bool HasSelection()
        {
            return (bool) interceptor.Invoke("hasSelection", "hasSelection() const", typeof(bool));
        }
KHTMLPart