RichEditBoxSelectionChangingEventArgs.SelectionStart Property

Definition

Gets the starting index of the text selection.

public:
 property int SelectionStart { int get(); };
int SelectionStart();
public int SelectionStart { get; }
var int32 = richEditBoxSelectionChangingEventArgs.selectionStart;
Public ReadOnly Property SelectionStart As Integer

Property Value

Int32

int

The starting index of the text selection.

Applies to