Class RichTextBoxRoutedCommand
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 RichTextBoxRoutedCommand : RoutedUICommand, ICommand
  Constructors
RichTextBoxRoutedCommand(String)
Declaration
public RichTextBoxRoutedCommand(string name)
  Parameters
| 
        System.String
        name
         
  | 
    
Methods
CanExecute(Object, RadRichTextBox)
Declaration
public bool CanExecute(object parameter, RadRichTextBox radRichTextBox)
  Parameters
| 
        System.Object
        parameter
         
  | 
    
| 
        RadRichTextBox
        radRichTextBox
         
  | 
    
Returns
| 
        System.Boolean
         
  | 
    
Execute(Object, RadRichTextBox)
Declaration
public void Execute(object parameter, RadRichTextBox radRichTextBox)
  Parameters
| 
        System.Object
        parameter
         
  | 
    
| 
        RadRichTextBox
        radRichTextBox
         
  |