Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / LastCaretPos Property


In This Topic
LastCaretPos Property
In This Topic
Gets or sets the last caret position.
Syntax
'Declaration
 
Public Overridable Property LastCaretPos As Integer
 
'Usage
 
Dim instance As InputTextBox
Dim value As Integer
 
instance.LastCaretPos = value
 
value = instance.LastCaretPos
See Also