Class TableContextCommandBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class TableContextCommandBase : RichTextBoxCommandBase, ICommand
Constructors
TableContextCommandBase(RadRichTextBox)
Initializes a new instance of the TableContextCommandBase class.
Declaration
public TableContextCommandBase(RadRichTextBox editor)
Parameters
RadRichTextBox
editor
The associated RadRichTextBox. |
Properties
IsTableSelectionEnabledCommand
Gets a value indicating whether command must be enabled when there is selection in table. Default implementation returns false
.
Declaration
protected virtual bool IsTableSelectionEnabledCommand { get; }
Property Value
System.Boolean
|
Methods
CanExecuteOverride()
Declaration
protected virtual bool CanExecuteOverride()
Returns
System.Boolean
|
CanExecuteOverride(Object)
Declaration
protected override bool CanExecuteOverride(object parameter)
Parameters
System.Object
parameter
|
Returns
System.Boolean
|