RichTextBox::IsDocumentEnabled Property
Gets or sets a value that indicates whether the user can interact with UIElement and ContentElement objects within the RichTextBox.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::Booleantrue if the user can interact with UIElement and ContentElement objects within the RichTextBox; otherwise, false.
IsDocumentEnabled is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
The following example creates CheckBox and a RichTextBox that contains a Hyperlink and a Button. The IsDocumentEnabled property of the RichTextBox is bound to the IsChecked property of the CheckBox. When the user selects the CheckBox, the user can interact with the Button and Hyperlink. When the user clears the CheckBox, the Button and Hyperlink are disabled.
Available since 3.0