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

ClearUndo() public method

Clears information about the most recent operation from the undo buffer of the rich text box.
public ClearUndo ( ) : void
return void
        public void ClearUndo()
        {
            _richTextBox.ClearUndo();
        }