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

Represents a command that can paste formatting to the current selection.

Definition

Constructors

Initializes a new instance of the PasteFormattingCommand class.

C#
public PasteFormattingCommand(RadRichTextBox editor)
Parameters:editorRadRichTextBox

The RadRichTextBox associated with the command.

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)