Class RadCommandBarItemAccessibleObject
  
  
  
  
  
    Inheritance
    System.Object
    
    RadCommandBarItemAccessibleObject
   
  
  
  
  
  Assembly: Telerik.WinControls.UI.dll
  
  Syntax
  
    [ComVisible(true)]
public class RadCommandBarItemAccessibleObject : RadControlAccessibleObject
   
  
  
  
  
  
  Constructors
  
  
  
  
  
  
  
  
  
  
  Declaration
  
  
    public RadCommandBarItemAccessibleObject(RadCommandBarBaseItem owner, RadCommandBarAccessibleObject parent, string name)
   
  
  Parameters
  
  
  
  
  
  
  
  
  
  
  
  
   
  Properties
  
  
  
  
  
  
  
  
  
  
  Declaration
  
  
    public override Rectangle Bounds { get; }
   
  
  
  
  
  
  Property Value
  
  
  
  
  
  
  
  
   
  
  
  
  
  
  
  
  
  
  Declaration
  
  
    public override string Name { get; set; }
   
  
  
  
  
  
  Property Value
  
  
  
  Overrides
  
  
  
  
  
  
   
  
  
  
  
  
  
  
  
  
  Declaration
  
  
    public override object OwnerElement { get; }
   
  
  
  
  
  
  Property Value
  
  
  
  Overrides
  
  
  
  
  
  
   
  
  
  
  
  
  
  
  
  
  Declaration
  
  
    public override AccessibleObject Parent { get; }
   
  
  
  
  
  
  Property Value
  
    
      | 
        System.Windows.Forms.AccessibleObject
         
        | 
    
  
  
  
  
  
  
  
  
   
  
  
  
  
  
  
  
  
  
  Declaration
  
  
    public override AccessibleRole Role { get; }
   
  
  
  
  
  
  Property Value
  
    
      | 
        System.Windows.Forms.AccessibleRole
         
        | 
    
  
  
  
  
  
  
  
  
   
  
  
  
  
  
  
  
  
  
  Declaration
  
  
    public override AccessibleStates State { get; }
   
  
  
  
  
  
  Property Value
  
    
      | 
        System.Windows.Forms.AccessibleStates
         
        | 
    
  
  
  
  
  
  
  
  
   
  
  Extension Methods