[]
Gets a character index for the beginning of the current selection.
public int SelectionStart { get; }
Public ReadOnly Property SelectionStart As Integer
Type | Description |
---|---|
int | A int value means current selection start position. |
The property is related to GrapeCity.Windows.InputMan.Primitives.EditBase.SelectionStart. Users can change it through control's select method.