New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
protected MailMergeDataSourceContextCommandBase(RadRichTextBox editor)
Parameters:editorRadRichTextBox

Properties

Gets a value indicating whether this command can be executed when editing context is read-only. The default implementation returns false.

C#
protected override bool CanExecuteInReadOnlyRange { get; }

Overrides: RichTextBoxCommandBase.CanExecuteInReadOnlyRange

Methods

Performs a check whether the command can be executed specific to the command.

C#
protected override bool CanExecuteOverride(object parameter)
Parameters:parameterobject

The command parameter.

Returns:

bool

Overrides: RichTextBoxCommandBase.CanExecuteOverride(object)