Alsing.Windows.Forms.SyntaxBox.EditViewControl.Delete C# (CSharp) Method

Delete() public method

Deletes selected text if possible otherwise deletes forward. (delete key)
public Delete ( ) : void
return void
        public void Delete()
        {
            DeleteForward();
            Refresh();
        }