Class
GridDropDownAccessibilityObject

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridDropDownAccessibilityObject : AccessibleObject, IReflect, IAccessible

Inheritance: objectMarshalByRefObjectStandardOleMarshalObjectAccessibleObjectGridDropDownAccessibilityObject

Implements: IAccessibleIReflect

Inherited Members AccessibleObject.GetFocused()AccessibleObject.GetHelpTopic(out string)AccessibleObject.GetSelected()AccessibleObject.HitTest(int, int)AccessibleObject.DoDefaultAction()AccessibleObject.Navigate(AccessibleNavigation)AccessibleObject.Select(AccessibleSelection)AccessibleObject.UseStdAccessibleObjects(IntPtr)AccessibleObject.UseStdAccessibleObjects(IntPtr, int)AccessibleObject.RaiseAutomationNotification(AutomationNotificationKind, AutomationNotificationProcessing, string)AccessibleObject.RaiseLiveRegionChanged()AccessibleObject.DefaultActionAccessibleObject.DescriptionAccessibleObject.HelpAccessibleObject.KeyboardShortcutMarshalByRefObject.MemberwiseClone(bool)MarshalByRefObject.GetLifetimeService()MarshalByRefObject.InitializeLifetimeService()MarshalByRefObject.CreateObjRef(Type)

Constructors

GridDropDownAccessibilityObject(RadDropDownListElement, CellAccessibleObject, string)

Initializes a new instance of the GridDropDownAccessibilityObject class.

Declaration

cs-api-definition
public GridDropDownAccessibilityObject(RadDropDownListElement owner, CellAccessibleObject cellAccessibleObject, string name)

Parameters

owner

RadDropDownListElement

The owner.

cellAccessibleObject

CellAccessibleObject

The cell accessible object.

name

string

The name.

Properties

Bounds

Gets the location and size of the accessible object.

Declaration

cs-api-definition
public override Rectangle Bounds { get; }

Property Value

Rectangle

A Rectangle that represents the bounds of the accessible object.

Exceptions

COMException

The bounds of control cannot be retrieved.

Overrides AccessibleObject.Bounds

DropDownListElement

Gets the drop down list element.

Declaration

cs-api-definition
public RadDropDownListElement DropDownListElement { get; }

Property Value

RadDropDownListElement

The drop down list element.

Name

Gets or sets the object name.

Declaration

cs-api-definition
public override string Name { get; set; }

Property Value

string

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

Parent

Gets the parent of an accessible object.

Declaration

cs-api-definition
public override AccessibleObject Parent { get; }

Property Value

AccessibleObject

An AccessibleObject that represents the parent of an accessible object, or null if there is no parent object.

Overrides AccessibleObject.Parent

Role

Gets the role of this accessible object.

Declaration

cs-api-definition
public override AccessibleRole Role { get; }

Property Value

AccessibleRole

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

Overrides AccessibleObject.Role

State

Gets the state of this accessible object.

Declaration

cs-api-definition
public override AccessibleStates State { get; }

Property Value

AccessibleStates

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

Overrides AccessibleObject.State

Value

Gets or sets the value of an accessible object.

Declaration

cs-api-definition
public override string Value { get; set; }

Property Value

string

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

GetChild(int)

Retrieves the accessible child corresponding to the specified index.

Declaration

cs-api-definition
public override AccessibleObject GetChild(int index)

Parameters

index

int

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)

GetChildCount()

Retrieves the number of children belonging to an accessible object.

Declaration

cs-api-definition
public override int GetChildCount()

Returns

int

The number of children belonging to an accessible object.

Overrides AccessibleObject.GetChildCount()

NotifyClients(AccessibleEvents)

Declaration

cs-api-definition
public void NotifyClients(AccessibleEvents accEvent)

Parameters

accEvent

AccessibleEvents

NotifyClients(AccessibleEvents, int)

Declaration

cs-api-definition
public void NotifyClients(AccessibleEvents accEvent, int childID)

Parameters

accEvent

AccessibleEvents

childID

int

NotifyWinEvent(int, HandleRef, int, int)

Declaration

cs-api-definition
public static extern void NotifyWinEvent(int winEvent, HandleRef hwnd, int objType, int objID)

Parameters

winEvent

int

hwnd

HandleRef

objType

int

objID

int

UnwireEvents()

Declaration

cs-api-definition
public void UnwireEvents()

WireEvents()

Declaration

cs-api-definition
public void WireEvents()