ClassRadDropDownButtonElementAccessibleObject
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadDropDownButtonElementAccessibleObject : RadControlAccessibleObject, IReflect, IAccessible
Inheritance: objectMarshalByRefObjectStandardOleMarshalObjectAccessibleObjectControl.ControlAccessibleObjectRadControlAccessibleObjectRadDropDownButtonElementAccessibleObject
Derived Classes:
Implements:
Inherited Members
Constructors
RadDropDownButtonElementAccessibleObject(RadDropDownButtonElement, string)
Declaration
cs-api-definition
public RadDropDownButtonElementAccessibleObject(RadDropDownButtonElement buttonElement, string name)
Parameters
buttonElement
name
Properties
Bounds
Declaration
cs-api-definition
public override Rectangle Bounds { get; }
Property Value
Overrides
OwnerElement
Declaration
cs-api-definition
public override object OwnerElement { get; }
Property Value
Overrides
Parent
Declaration
cs-api-definition
public override AccessibleObject Parent { get; }
Property Value
Overrides
Role
Declaration
cs-api-definition
public override AccessibleRole Role { get; }
Property Value
Overrides
Methods
GetChild(int)
Declaration
cs-api-definition
public override AccessibleObject GetChild(int index)
Parameters
index
Returns
Overrides