ClassToggleTableLookLastColumnOptionCommand
Class
Represents a command that toggles the appearance settings of the last column in a table.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ToggleTableLookLastColumnOptionCommand : ToggleTableLookCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseToggleCommandBaseToggleTableLookCommandBaseToggleTableLookLastColumnOptionCommand
Implements:
Inherited Members
Constructors
ToggleTableLookLastColumnOptionCommand(RadRichTextBox)
Declaration
cs-api-definition
public ToggleTableLookLastColumnOptionCommand(RadRichTextBox editor)
Parameters
editor
Methods
ChangeTableLookProperty(Table)
Declaration
cs-api-definition
protected override void ChangeTableLookProperty(Table table)
Parameters
table
Overrides