ClassSelectionEnabledCommand
Class
Represents the command that enables or disables selection in the RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public abstract class SelectionEnabledCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseSelectionEnabledCommand
Derived Classes:
Implements:
Inherited Members
Constructors
SelectionEnabledCommand(RadRichTextBox)
Declaration
cs-api-definition
public SelectionEnabledCommand(RadRichTextBox editor)
Parameters
editor
Methods
CanExecuteOverride(object)
Performs a check whether the command can be executed specific to the command.