UndoChanges Method (InputTextBox)
Allows the user to set the text to the text saved in the "Undo buffer". Also sets the SelectionStart and SelectionLength properties.
public virtual void UndoChanges()
'Declaration
Public Overridable Sub UndoChanges()
'Usage
Dim instance As InputTextBox
instance.UndoChanges()