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