AccessibleObject Properties
.NET Framework 4.5
The AccessibleObject type exposes the following members.
| Name | Description | |
|---|---|---|
|
Bounds | Gets the location and size of the accessible object. |
|
DefaultAction | Gets a string that describes the default action of the object. Not all objects have a default action. |
|
Description | Gets a string that describes the visual appearance of the specified object. Not all objects have a description. |
|
Help | Gets a description of what the object does or how the object is used. |
|
KeyboardShortcut | Gets the shortcut key or access key for the accessible object. |
|
Name | Gets or sets the object name. |
|
Parent | Gets the parent of an accessible object. |
|
Role | Gets the role of this accessible object. |
|
State | Gets the state of this accessible object. |
|
Value | Gets or sets the value of an accessible object. |
| Name | Description | |
|---|---|---|
|
IAccessible.accChildCount | Infrastructure. Gets the number of child interfaces that belong to this object. For a description of this member, see IAccessible.accChildCount. |
|
IAccessible.accFocus | Infrastructure. Gets the object that has the keyboard focus. For a description of this member, see IAccessible.accFocus. |
|
IAccessible.accParent | Infrastructure. Gets the parent accessible object of this object. For a description of this member, see IAccessible.accParent. |
|
IAccessible.accSelection | Infrastructure. Gets the selected child objects of an accessible object. For a description of this member, see IAccessible.accSelection. |
|
IReflect.UnderlyingSystemType | Infrastructure. Gets the underlying type that represents the IReflect object. For a description of this member, see IReflect.UnderlyingSystemType. |