Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / UndoText Property


In This Topic
UndoText Property
In This Topic
Get or set the contents of the Undo buffer. The buffer is used when the user presses Ctrl-Z or the owner calls "UndoChanges()".
Syntax
'Declaration
 
Public Overridable Property UndoText As String
 
'Usage
 
Dim instance As SEditTextBox
Dim value As String
 
instance.UndoText = value
 
value = instance.UndoText
See Also