Gets or sets the C1TextRange selected in the C1RichTextBox's document.

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

Syntax

C#
public C1TextRange Selection { get; set; }
Visual Basic
Public Property Selection As C1TextRange
	Get
	Set

See Also