Class
ShowSectionColumnsDialogCommand

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: ICommand

Inherited Members RichTextBoxCommandBase.CanExecute(object)RichTextBoxCommandBase.CanExecuteOverride(object)RichTextBoxCommandBase.Execute()RichTextBoxCommandBase.Execute(object)RichTextBoxCommandBase.GetSelectedInlineOrSelectCurrent()RichTextBoxCommandBase.Execute(object, bool)RichTextBoxCommandBase.UpdateSpanStyle()RichTextBoxCommandBase.UpdateSectionStyle()RichTextBoxCommandBase.GetCurrentParagraphStyle()RichTextBoxCommandBase.GetCurrentSpanStyle()RichTextBoxCommandBase.GetCurrentSectionStyle()RichTextBoxCommandBase.OnCanExecuteChanged()RichTextBoxCommandBase.AssociatedRichTextBoxRichTextBoxCommandBase.CanExecuteInReadOnlyModeRichTextBoxCommandBase.CanExecuteInReadOnlyRangeRichTextBoxCommandBase.IsDeletingCommandRichTextBoxCommandBase.CanExecuteBehaviorInProtectedDocumentRichTextBoxCommandBase.SupportedTargetsRichTextBoxCommandBase.EnabledRichTextBoxCommandBase.CanExecuteChanged

Constructors

ShowSectionColumnsDialogCommand(RadRichTextBox)

Initializes a new instance of the ShowSectionColumnsDialogCommand class.

Declaration

cs-api-definition
public ShowSectionColumnsDialogCommand(RadRichTextBox editor)

Parameters

editor

RadRichTextBox

The RadRichTextBox which the SectionColumnDialog belongs.

Properties

ShouldFocusCaretAfterExecute

Declaration

cs-api-definition
protected override bool ShouldFocusCaretAfterExecute { get; }

Property Value

bool

Overrides RichTextBoxCommandBase.ShouldFocusCaretAfterExecute

Methods

ExecuteOverride(object)

Performs the execute action specific to the command.

Declaration

cs-api-definition
protected override void ExecuteOverride(object parameter)

Parameters

parameter

object

The command parameter.

Overrides RichTextBoxCommandBase.ExecuteOverride(object)