AGS.Editor.ScintillaWrapper.ActivateTextEditor C# (CSharp) Méthode

ActivateTextEditor() public méthode

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