Class RadButtonElementAccessibleObject
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(true)]
public class RadButtonElementAccessibleObject : RadControlAccessibleObject
  Constructors
RadButtonElementAccessibleObject(RadButtonItem, String)
Declaration
public RadButtonElementAccessibleObject(RadButtonItem owner, string name)
  Parameters
| 
        RadButtonItem
        owner
         
  | 
    
| 
        System.String
        name
         
  | 
    
Properties
Bounds
Declaration
public override Rectangle Bounds { get; }
  Property Value
| 
        System.Drawing.Rectangle
         
  | 
    
Description
Declaration
public override string Description { get; }
  Property Value
| 
        System.String
         
  | 
    
OwnerElement
Declaration
public override object OwnerElement { get; }
  Property Value
| 
        System.Object
         
  | 
    
Overrides
Role
Declaration
public override AccessibleRole Role { get; }
  Property Value
| 
        System.Windows.Forms.AccessibleRole
         
  | 
    
State
Declaration
public override AccessibleStates State { get; }
  Property Value
| 
        System.Windows.Forms.AccessibleStates
         
  | 
    
Methods
DoDefaultAction()
Declaration
public override void DoDefaultAction()