The properties of System.Windows.Forms.AccessibleObject are listed below. For a list of all members, see the AccessibleObject Members list.
See Also: Inherited members from System.Runtime.InteropServices.StandardOleMarshalObject
[read-only] | Bounds | System.Drawing.Rectangle.
Gets the location and size of the accessible object. |
[read-only] | DefaultAction | string.
Gets a string that describes the default action of the object. Not all objects have a default action. |
[read-only] | Description | string.
Gets a string that describes the visual appearance of the specified object. Not all objects have a description. |
[read-only] | Help | string.
Gets a description of what the object does or how the object is used. |
[read-only] | KeyboardShortcut | string.
Gets the shortcut key or access key for the accessible object. |
Name | string.
Gets or sets the object name. | |
[read-only] | Parent | AccessibleObject.
Gets the parent of an accessible object. |
[read-only] | Role | AccessibleRole.
Gets the role of this accessible object. |
[read-only] | State | AccessibleStates.
Gets the state of this accessible object. |
Value | string.
Gets or sets the value of an accessible object. |