Class PasteFormattingCommand
Represents a command that can paste formatting to the current selection.
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class PasteFormattingCommand : RichTextBoxCommandBase, ICommand
  Constructors
PasteFormattingCommand(RadRichTextBox)
Initializes a new instance of the PasteFormattingCommand class.
Declaration
public PasteFormattingCommand(RadRichTextBox editor)
  Parameters
| 
        RadRichTextBox
        editor
         The RadRichTextBox associated with the command.  | 
    
Methods
ExecuteOverride(Object)
Performs the execute action specific to the command.
Declaration
protected override void ExecuteOverride(object parameter)
  Parameters
| 
        System.Object
        parameter
         The command parameter.  |