ComponentFactory.Krypton.Ribbon.KryptonRibbonGroupRichTextBox.ClearUndo C# (CSharp) 메소드

ClearUndo() 공개 메소드

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