Gets or sets the content of the current selection in the rich text box.

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

Syntax

C#
public string SelectedText { get; set; }
Visual Basic
Public Property SelectedText As String
	Get
	Set

See Also