Class RadDropDownButtonElementAccessibleObject
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadDropDownButtonElementAccessibleObject : RadControlAccessibleObject
  Constructors
RadDropDownButtonElementAccessibleObject(RadDropDownButtonElement, String)
Declaration
public RadDropDownButtonElementAccessibleObject(RadDropDownButtonElement buttonElement, string name)
  Parameters
| 
        RadDropDownButtonElement
        buttonElement
         
  | 
    
| 
        System.String
        name
         
  | 
    
Properties
Bounds
Declaration
public override Rectangle Bounds { get; }
  Property Value
| 
        System.Drawing.Rectangle
         
  | 
    
OwnerElement
Declaration
public override object OwnerElement { get; }
  Property Value
| 
        System.Object
         
  | 
    
Overrides
Parent
Declaration
public override AccessibleObject Parent { get; }
  Property Value
| 
        System.Windows.Forms.AccessibleObject
         
  | 
    
Role
Declaration
public override AccessibleRole Role { get; }
  Property Value
| 
        System.Windows.Forms.AccessibleRole
         
  | 
    
Methods
GetChild(Int32)
Declaration
public override AccessibleObject GetChild(int index)
  Parameters
| 
        System.Int32
        index
         
  | 
    
Returns
| 
        System.Windows.Forms.AccessibleObject
         
  | 
    
GetChildCount()
Declaration
public override int GetChildCount()
  Returns
| 
        System.Int32
         
  |