Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class ShowTablePropertiesDialogCommand : TableContextCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseTableContextCommandBaseShowTablePropertiesDialogCommand
Implements:
Inherited Members
Constructors
Properties
Gets a value indicating whether command must be enabled when there is selection in table. Default implementation returns false.
C#
protected override bool IsTableSelectionEnabledCommand { get; }
true if the command must be enabled; otherwise, false.
Overrides:
C#
protected override bool ShouldFocusCaretAfterExecute { get; }
Overrides:
Methods
Performs the execute action specific to the command.
C#
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides: