In The Hand LtdIn The Hand
ClearUndo Method (textBox)
NamespacesInTheHand.Windows.FormsTextBoxHelperClearUndo(TextBox)
.NET Components for Mobility
Clears information about the most recent operation from the undo buffer of the text box.
Declaration Syntax
C#Visual Basic
public static void ClearUndo(
	TextBox textBox
)
Public Shared Sub ClearUndo ( _
	textBox As TextBox _
)
Parameters
textBox (TextBox)
The TextBox control.
Return Value
Remarks
You can use this method to prevent an undo operation from repeating, based on the state of your application.

Assembly: InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0