New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class GridDropDownAccessibilityObject : AccessibleObject, IReflect, IAccessible

Inheritance: objectMarshalByRefObjectStandardOleMarshalObjectAccessibleObjectGridDropDownAccessibilityObject

Implements: IAccessibleIReflect

Constructors

Initializes a new instance of the GridDropDownAccessibilityObject class.

C#
public GridDropDownAccessibilityObject(RadDropDownListElement owner, CellAccessibleObject cellAccessibleObject, string name)
Parameters:ownerRadDropDownListElement

The owner.

cellAccessibleObjectCellAccessibleObject

The cell accessible object.

namestring

The name.

Properties

Gets the location and size of the accessible object.

C#
public override Rectangle Bounds { get; }
Property Value:

A Rectangle that represents the bounds of the accessible object.

Exceptions:

COMException

The bounds of control cannot be retrieved.

Overrides: AccessibleObject.Bounds

Gets the drop down list element.

C#
public RadDropDownListElement DropDownListElement { get; }
Property Value:

The drop down list element.

Gets or sets the object name.

C#
public override string Name { get; set; }
Property Value:

The object name, or null if the property has not been set.

Exceptions:

COMException

The name of the control cannot be retrieved or set.

Overrides: AccessibleObject.Name

Gets the parent of an accessible object.

C#
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: AccessibleObject.Parent

Gets the role of this accessible object.

C#
public override AccessibleRole Role { get; }
Property Value:

One of the AccessibleRole values, or None if no role has been specified.

Overrides: AccessibleObject.Role

Gets the state of this accessible object.

C#
public override AccessibleStates State { get; }
Property Value:

One of the AccessibleStates values, or None, if no state has been set.

Overrides: AccessibleObject.State

Gets or sets the value of an accessible object.

C#
public override string Value { get; set; }
Property Value:

The value of an accessible object, or null if the object has no value set.

Exceptions:

COMException

The value cannot be set or retrieved.

Overrides: AccessibleObject.Value

Methods

Retrieves the accessible child corresponding to the specified index.

C#
public override AccessibleObject GetChild(int index)
Parameters:indexint

The zero-based index of the accessible child.

Returns:

AccessibleObject

An AccessibleObject that represents the accessible child corresponding to the specified index.

Overrides: AccessibleObject.GetChild(int)

Retrieves the number of children belonging to an accessible object.

C#
public override int GetChildCount()
Returns:

int

The number of children belonging to an accessible object.

Overrides: AccessibleObject.GetChildCount()

C#
public void NotifyClients(AccessibleEvents accEvent, int childID)
Parameters:accEventAccessibleEventschildIDint
C#
public void NotifyClients(AccessibleEvents accEvent)
Parameters:accEventAccessibleEvents
C#
public static extern void NotifyWinEvent(int winEvent, HandleRef hwnd, int objType, int objID)
Parameters:winEventinthwndHandleRefobjTypeintobjIDint
C#
public void UnwireEvents()
C#
public void WireEvents()