System.Windows.Forms.AccessibleObject: Property Members

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

Public Properties

[read-only]
BoundsSystem.Drawing.Rectangle.

Gets the location and size of the accessible object.

[read-only]
DefaultActionstring.

Gets a string that describes the default action of the object. Not all objects have a default action.

[read-only]
Descriptionstring.

Gets a string that describes the visual appearance of the specified object. Not all objects have a description.

[read-only]
Helpstring.

Gets a description of what the object does or how the object is used.

[read-only]
KeyboardShortcutstring.

Gets the shortcut key or access key for the accessible object.

Namestring.

Gets or sets the object name.

[read-only]
ParentAccessibleObject.

Gets the parent of an accessible object.

[read-only]
RoleAccessibleRole.

Gets the role of this accessible object.

[read-only]
StateAccessibleStates.

Gets the state of this accessible object.

Valuestring.

Gets or sets the value of an accessible object.