Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / SelectionStart Property


In This Topic
SelectionStart Property (SuperEditBase)
In This Topic
Gets or sets the starting point of selected characters or the position of the insertion point if no characters are selected.
Syntax
'Declaration
 
Public Overridable Property SelectionStart As Integer
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Integer
 
instance.SelectionStart = value
 
value = instance.SelectionStart
See Also