Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public abstract class MailMergeDataSourceContextCommandBase : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseMailMergeDataSourceContextCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected MailMergeDataSourceContextCommandBase(RadRichTextBox editor)
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: