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:
C#
public class ShowTableBordersDialogCommand : TableContextCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseTableContextCommandBaseShowTableBordersDialogCommand
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: