ClassPasteFormattingCommand
Class
Represents a command that can paste formatting to the current selection.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class PasteFormattingCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBasePasteFormattingCommand
Implements:
Inherited Members
Constructors
PasteFormattingCommand(RadRichTextBox)
Initializes a new instance of the PasteFormattingCommand class.
Declaration
cs-api-definition
public PasteFormattingCommand(RadRichTextBox editor)
Parameters
editor
The RadRichTextBox associated with the command.
Methods
ExecuteOverride(object)
Performs the execute action specific to the command.
Declaration
cs-api-definition
protected override void ExecuteOverride(object parameter)
Parameters
parameter
The command parameter.
Overrides