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