ClassShowTablePropertiesDialogCommand
Class
Represents a command that shows the properties dialog for a table.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ShowTablePropertiesDialogCommand : TableContextCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseTableContextCommandBaseShowTablePropertiesDialogCommand
Implements:
Inherited Members
Constructors
ShowTablePropertiesDialogCommand(RadRichTextBox)
Declaration
cs-api-definition
public ShowTablePropertiesDialogCommand(RadRichTextBox editor)
Parameters
editor
Properties
IsTableSelectionEnabledCommand
Gets a value indicating whether command must be enabled when there is selection in table. Default implementation returns false.
Declaration
cs-api-definition
protected override bool IsTableSelectionEnabledCommand { get; }
Property Value
true if the command must be enabled; otherwise, false.
Overrides
ShouldFocusCaretAfterExecute
Declaration
cs-api-definition
protected override bool ShouldFocusCaretAfterExecute { get; }
Property Value
Overrides
Methods
ExecuteOverride(object)
Performs the execute action specific to the command.
Declaration
cs-api-definition
protected override void ExecuteOverride(object parameter)
Parameters
parameter
The command parameter.
Overrides