MobileForms Toolkit Documentation

RichTextBox.SelectionStart Property

Gets or sets the starting point of text selected in the text box.

public int SelectionStart {get; set;}

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The assigned value is less than zero.

See Also

RichTextBox Class | Resco.Controls.RichTextBox Namespace