Represents a command to display the Insert Cross Reference dialog in the RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ShowInsertCrossReferenceWindowCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseShowInsertCrossReferenceWindowCommand
Implements:
Inherited Members
Constructors
C#
public ShowInsertCrossReferenceWindowCommand(RadRichTextBox editor)
Properties
C#
protected override bool IsDeletingCommand { get; }
Overrides:
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: