FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / UndoChanges Method


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