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

Inserts a page field into the rich text box, which dynamically updates to display the current page number.

Definition

Constructors

C#
public InsertPageFieldCommand(RadRichTextBox editor)
Parameters:editorRadRichTextBox

Methods

Performs the execute action specific to the command.

C#
protected override void ExecuteOverride(object parameter)
Parameters:parameterobject

The command parameter.

Overrides: InsertFieldCommand.ExecuteOverride(object)