Class RichTextBox
Extends the RichTextBox control with additional properties.
public class RichTextBox : RichTextBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
- Inheritance
-
RichTextBox
- Implements
- Inherited Members
Fields
IsTextSelectionEnabledProperty
Identifies the IsTextSelectionEnabled dependency property.
public static readonly DependencyProperty IsTextSelectionEnabledProperty
Field Value
Properties
IsTextSelectionEnabled
Gets or sets a value indicating whether the user can select text in the control.
public bool IsTextSelectionEnabled { get; set; }