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

Cut() public method

public Cut ( ) : void
return void
        public void Cut()
        {
            this.scintillaControl1.Cut();
        }
ScintillaWrapper