ClassShowSectionColumnsDialogCommand
Class
The command which when executed, shows the SectionColumnDialog.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ShowSectionColumnsDialogCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseShowSectionColumnsDialogCommand
Implements:
Inherited Members
Constructors
ShowSectionColumnsDialogCommand(RadRichTextBox)
Initializes a new instance of the ShowSectionColumnsDialogCommand class.
Declaration
cs-api-definition
public ShowSectionColumnsDialogCommand(RadRichTextBox editor)
Parameters
editor
The RadRichTextBox which the SectionColumnDialog belongs.
Properties
ShouldFocusCaretAfterExecute
Declaration
cs-api-definition
protected override bool ShouldFocusCaretAfterExecute { get; }
Property Value
Overrides
Methods
ExecuteOverride(object)
Performs the execute action specific to the command.
Declaration
cs-api-definition
protected override void ExecuteOverride(object parameter)
Parameters
parameter
The command parameter.
Overrides