Represents a command to change the column settings of a section in a rich text document.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ChangeSectionColumnsCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseChangeSectionColumnsCommand
Implements:
Inherited Members
Constructors
C#
public ChangeSectionColumnsCommand(RadRichTextBox radRichTextBox)
Properties
Gets the supported CommandTargets for the command.
C#
protected override CommandTargets SupportedTargets { get; }
Overrides:
Methods
Performs the execute action specific to the command.
C#
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides: