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


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