SelectionStart Property (Field)
In This Topic
Gets a character index for the beginning of the current selection.
Syntax
'Declaration
Public ReadOnly Property SelectionStart As Integer
'Usage
Dim instance As Field
Dim value As Integer
value = instance.SelectionStart
public int SelectionStart {get;}
Property Value
A
System.Int32 value means current selection start position.
See Also