SelectionStart Property (EditBase)
Gets or sets the number of the character's position to start selecting from.
public virtual int SelectionStart {get; set;}
'Declaration
Public Overridable Property SelectionStart As Integer
'Usage
Dim instance As EditBase
Dim value As Integer
instance.SelectionStart = value
value = instance.SelectionStart
Property Value
The character position to start selecting from.
The default is zero.