Gets or sets the starting position of the text selected in the rich text box.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public int SelectionStart { get; set; }
Visual Basic
Public Property SelectionStart As Integer
	Get
	Set

Remarks

The positions represented in this property correspond to positions in the Text property's content.

See Also