AGS.Editor.ScintillaWrapper.IsSomeSelectedText C# (CSharp) Метод

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

public IsSomeSelectedText ( ) : bool
Результат bool
        public bool IsSomeSelectedText()
        {
            return (this.scintillaControl1.SelectionStart != this.scintillaControl1.SelectionEnd);
        }
ScintillaWrapper