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

IScriptEditorControl() private method

private IScriptEditorControl ( ) : void
return void
        void IScriptEditorControl.ShowLineNumbers()
        {
            EnableLineNumbers();
        }

Same methods

ScintillaWrapper::IScriptEditorControl ( int position ) : int
ScintillaWrapper::IScriptEditorControl ( ) : string
ScintillaWrapper