The command which when executed, shows the SectionColumnDialog.
Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class ShowSectionColumnsDialogCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseShowSectionColumnsDialogCommand
Implements:
Inherited Members
Constructors
Initializes a new instance of the ShowSectionColumnsDialogCommand class.
C#
public ShowSectionColumnsDialogCommand(RadRichTextBox editor)
The RadRichTextBox which the SectionColumnDialog belongs.
Properties
C#
protected override bool ShouldFocusCaretAfterExecute { get; }
Overrides:
Methods
Performs the execute action specific to the command.
C#
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides: