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

ActivateTextEditor() public method

public ActivateTextEditor ( ) : void
return void
        public void ActivateTextEditor()
        {
            _activated = true;
            this.Focus();
            this.scintillaControl1.Focus();
        }
ScintillaWrapper