Class RoutedUICommand
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.RadSpreadsheet.dll
Syntax
public class RoutedUICommand : RoutedCommand, ICommand
  Constructors
RoutedUICommand()
Declaration
public RoutedUICommand()
  RoutedUICommand(String, String, Type)
Declaration
public RoutedUICommand(string text, string name, Type ownerType)
  Parameters
| 
        System.String
        text
         
  | 
    
| 
        System.String
        name
         
  | 
    
| 
        System.Type
        ownerType
         
  | 
    
Properties
Name
Declaration
public string Name { get; set; }
  Property Value
| 
        System.String
         
  | 
    
Text
Declaration
public string Text { get; set; }
  Property Value
| 
        System.String
         
  |