Table of Contents

Class RichTextBox

Namespace
Wpf.Ui.Controls
Assembly
Wpf.Ui.dll

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

DependencyProperty

Properties

IsTextSelectionEnabled

Gets or sets a value indicating whether the user can select text in the control.

public bool IsTextSelectionEnabled { get; set; }

Property Value

bool