Class PasteFormattingCommand
Represents a command that can paste formatting to the current selection.
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class PasteFormattingCommand : RichTextBoxCommandBase, ICommand
Constructors
PasteFormattingCommand(RadRichTextBox)
Initializes a new instance of the Paste
Declaration
public PasteFormattingCommand(RadRichTextBox editor)
Parameters
Rad The Rad |
Methods
ExecuteOverride(Object)
Performs the execute action specific to the command.
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System. The command parameter. |