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

Represents a command that displays the Insert Caption dialog in the RichTextBox.

Definition

Constructors

C#
public ShowInsertCaptionDialogCommand(RadRichTextBox editor)
Parameters:editorRadRichTextBox

Properties

C#
protected override bool ShouldFocusCaretAfterExecute { get; }

Overrides: RichTextBoxCommandBase.ShouldFocusCaretAfterExecute

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)