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


In This Topic
ResetRedoText Method (InputTextBox)
In This Topic
Resets the Redo Text buffer, which is set when a call to UndoChanges() is made.
Syntax
'Declaration
 
Protected Sub ResetRedoText() 
 
'Usage
 
Dim instance As InputTextBox
 
instance.ResetRedoText()
See Also