Class ShowTableBordersDialogCommand
Inheritance
System.Object
ShowTableBordersDialogCommand
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ShowTableBordersDialogCommand : TableContextCommandBase, ICommand
Constructors
ShowTableBordersDialogCommand(RadRichTextBox)
Declaration
public ShowTableBordersDialogCommand(RadRichTextBox editor)
Parameters
RadRichTextBox
editor
|
Properties
IsTableSelectionEnabledCommand
Declaration
protected override bool IsTableSelectionEnabledCommand { get; }
Property Value
System.Boolean
|
Overrides
ShouldFocusCaretAfterExecute
Declaration
protected override bool ShouldFocusCaretAfterExecute { get; }
Property Value
System.Boolean
|
Overrides
Methods
CanExecuteOverride()
Declaration
protected override bool CanExecuteOverride()
Returns
System.Boolean
|
Overrides
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.Object
parameter
|