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


In This Topic
UndoSelLength Property
In This Topic
Get or set the Undo selection length position.
Syntax
'Declaration
 
Public Overridable Property UndoSelLength As Integer
 
'Usage
 
Dim instance As SEditTextBox
Dim value As Integer
 
instance.UndoSelLength = value
 
value = instance.UndoSelLength
See Also