New to Telerik UI for WPFStart a free 30-day trial

Represents a command to change the column settings of a section in a rich text document.

Definition

Constructors

C#
public ChangeSectionColumnsCommand(RadRichTextBox radRichTextBox)
Parameters:radRichTextBoxRadRichTextBox

Properties

Gets the supported CommandTargets for the command.

C#
protected override CommandTargets SupportedTargets { get; }

Overrides: RichTextBoxCommandBase.SupportedTargets

Methods

Performs the execute action specific to the command.

C#
protected override void ExecuteOverride(object parameter)
Parameters:parameterobject

The command parameter.

Overrides: RichTextBoxCommandBase.ExecuteOverride(object)