Class
ShowTableBordersDialogCommand

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: ICommand

Inherited Members TableContextCommandBase.CanExecuteOverride(object)TableContextCommandBase.GetCurrentCellStyle()RichTextBoxCommandBase.CanExecute(object)RichTextBoxCommandBase.Execute()RichTextBoxCommandBase.Execute(object)RichTextBoxCommandBase.GetSelectedInlineOrSelectCurrent()RichTextBoxCommandBase.Execute(object, bool)RichTextBoxCommandBase.UpdateSpanStyle()RichTextBoxCommandBase.UpdateSectionStyle()RichTextBoxCommandBase.GetCurrentParagraphStyle()RichTextBoxCommandBase.GetCurrentSpanStyle()RichTextBoxCommandBase.GetCurrentSectionStyle()RichTextBoxCommandBase.OnCanExecuteChanged()RichTextBoxCommandBase.AssociatedRichTextBoxRichTextBoxCommandBase.CanExecuteInReadOnlyModeRichTextBoxCommandBase.CanExecuteInReadOnlyRangeRichTextBoxCommandBase.IsDeletingCommandRichTextBoxCommandBase.CanExecuteBehaviorInProtectedDocumentRichTextBoxCommandBase.SupportedTargetsRichTextBoxCommandBase.EnabledRichTextBoxCommandBase.CanExecuteChanged

Constructors

ShowTableBordersDialogCommand(RadRichTextBox)

Declaration

cs-api-definition
public ShowTableBordersDialogCommand(RadRichTextBox editor)

Parameters

editor

RadRichTextBox

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

bool

true if the command must be enabled; otherwise, false.

Overrides TableContextCommandBase.IsTableSelectionEnabledCommand

ShouldFocusCaretAfterExecute

Declaration

cs-api-definition
protected override bool ShouldFocusCaretAfterExecute { get; }

Property Value

bool

Overrides RichTextBoxCommandBase.ShouldFocusCaretAfterExecute

Methods

CanExecuteOverride()

Declaration

cs-api-definition
protected override bool CanExecuteOverride()

Returns

bool

Overrides TableContextCommandBase.CanExecuteOverride()

ExecuteOverride(object)

Performs the execute action specific to the command.

Declaration

cs-api-definition
protected override void ExecuteOverride(object parameter)

Parameters

parameter

object

The command parameter.

Overrides RichTextBoxCommandBase.ExecuteOverride(object)