ClassToggleTableLookFirstColumnOptionCommand
Class
Represents a command that toggles the setting for the first column option in a table look.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ToggleTableLookFirstColumnOptionCommand : ToggleTableLookCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseToggleCommandBaseToggleTableLookCommandBaseToggleTableLookFirstColumnOptionCommand
Implements:
Inherited Members
Constructors
ToggleTableLookFirstColumnOptionCommand(RadRichTextBox)
Declaration
cs-api-definition
public ToggleTableLookFirstColumnOptionCommand(RadRichTextBox editor)
Parameters
editor
Methods
ChangeTableLookProperty(Table)
Declaration
cs-api-definition
protected override void ChangeTableLookProperty(Table table)
Parameters
table
Overrides