ClassShowTableBordersDialogCommand
Class
Represents a command that displays the table borders dialog for the user.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ShowTableBordersDialogCommand : TableContextCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseTableContextCommandBaseShowTableBordersDialogCommand
Implements:
Inherited Members
Constructors
ShowTableBordersDialogCommand(RadRichTextBox)
Declaration
cs-api-definition
public ShowTableBordersDialogCommand(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