ClassGridDropDownAccessibilityObject
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridDropDownAccessibilityObject : AccessibleObject, IReflect, IAccessible
Inheritance: objectMarshalByRefObjectStandardOleMarshalObjectAccessibleObjectGridDropDownAccessibilityObject
Implements:
Inherited Members
Constructors
GridDropDownAccessibilityObject(RadDropDownListElement, CellAccessibleObject, string)
Initializes a new instance of the GridDropDownAccessibilityObject class.
Declaration
public GridDropDownAccessibilityObject(RadDropDownListElement owner, CellAccessibleObject cellAccessibleObject, string name)
Parameters
owner
The owner.
cellAccessibleObject
The cell accessible object.
name
The name.
Properties
Bounds
Gets the location and size of the accessible object.
Declaration
public override Rectangle Bounds { get; }
Property Value
A Rectangle that represents the bounds of the accessible object.
Exceptions
The bounds of control cannot be retrieved.
Overrides
DropDownListElement
Gets the drop down list element.
Declaration
public RadDropDownListElement DropDownListElement { get; }
Property Value
The drop down list element.
Name
Gets or sets the object name.
Declaration
public override string Name { get; set; }
Property Value
The object name, or null if the property has not been set.
Exceptions
The name of the control cannot be retrieved or set.
Overrides
Parent
Gets the parent of an accessible object.
Declaration
public override AccessibleObject Parent { get; }
Property Value
An AccessibleObject that represents the parent of an accessible object, or null if there is no parent object.
Overrides
Role
Gets the role of this accessible object.
Declaration
public override AccessibleRole Role { get; }
Property Value
One of the AccessibleRole values, or None if no role has been specified.
Overrides
State
Gets the state of this accessible object.
Declaration
public override AccessibleStates State { get; }
Property Value
One of the AccessibleStates values, or None, if no state has been set.
Overrides
Value
Gets or sets the value of an accessible object.
Declaration
public override string Value { get; set; }
Property Value
The value of an accessible object, or null if the object has no value set.
Exceptions
The value cannot be set or retrieved.
Overrides
Methods
GetChild(int)
Retrieves the accessible child corresponding to the specified index.
Declaration
public override AccessibleObject GetChild(int index)
Parameters
index
The zero-based index of the accessible child.
Returns
An AccessibleObject that represents the accessible child corresponding to the specified index.
Overrides
GetChildCount()
Retrieves the number of children belonging to an accessible object.
Declaration
public override int GetChildCount()
Returns
The number of children belonging to an accessible object.
Overrides
NotifyClients(AccessibleEvents)
Declaration
public void NotifyClients(AccessibleEvents accEvent)
Parameters
accEvent
NotifyClients(AccessibleEvents, int)
Declaration
public void NotifyClients(AccessibleEvents accEvent, int childID)
Parameters
accEvent
childID
UnwireEvents()
Declaration
public void UnwireEvents()
WireEvents()
Declaration
public void WireEvents()