ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBox.Undo C# (CSharp) Method

Undo() public method

Undoes the last edit operation in the text box.
public Undo ( ) : void
return void
        public void Undo()
        {
            _richTextBox.Undo();
        }