Gets or sets whether text selection is disabled.

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

Syntax

C#
public bool DisableSelection { get; set; }
Visual Basic
Public Property DisableSelection As Boolean
	Get
	Set

See Also