AGS.Editor.ScintillaWrapper.IsSomeSelectedText C# (CSharp) Method

IsSomeSelectedText() public method

public IsSomeSelectedText ( ) : bool
return bool
        public bool IsSomeSelectedText()
        {
            return (this.scintillaControl1.SelectionStart != this.scintillaControl1.SelectionEnd);
        }
ScintillaWrapper