DateTimePicker.DateTimePickerAccessibleObject Properties
.NET Framework 4.5
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The DateTimePicker.DateTimePickerAccessibleObject type exposes the following members.
| Name | Description | |
|---|---|---|
|
Bounds | Gets the location and size of the accessible object. (Inherited from AccessibleObject.) |
|
DefaultAction | Gets a string that describes the default action of the object. Not all objects have a default action. (Inherited from Control.ControlAccessibleObject.) |
|
Description | Gets the description of the Control.ControlAccessibleObject. (Inherited from Control.ControlAccessibleObject.) |
|
Handle | Gets or sets the handle of the accessible object. (Inherited from Control.ControlAccessibleObject.) |
|
Help | Gets the description of what the object does or how the object is used. (Inherited from Control.ControlAccessibleObject.) |
|
KeyboardShortcut | Infrastructure. Gets the shortcut key or access key for the accessible object. (Overrides Control.ControlAccessibleObject.KeyboardShortcut.) |
|
Name | Gets or sets the accessible object name. (Inherited from Control.ControlAccessibleObject.) |
|
Owner | Gets the owner of the accessible object. (Inherited from Control.ControlAccessibleObject.) |
|
Parent | Gets the parent of an accessible object. (Inherited from Control.ControlAccessibleObject.) |
|
Role | Gets the role of this accessible object. (Overrides Control.ControlAccessibleObject.Role.) |
|
State | Infrastructure. Gets the state of the accessible object. (Overrides AccessibleObject.State.) |
|
Value | Gets the value of an accessible object. (Overrides AccessibleObject.Value.) |
| 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. (Inherited from AccessibleObject.) |
|
IAccessible.accFocus | Infrastructure. Gets the object that has the keyboard focus. For a description of this member, see IAccessible.accFocus. (Inherited from AccessibleObject.) |
|
IAccessible.accParent | Infrastructure. Gets the parent accessible object of this object. For a description of this member, see IAccessible.accParent. (Inherited from AccessibleObject.) |
|
IAccessible.accSelection | Infrastructure. Gets the selected child objects of an accessible object. For a description of this member, see IAccessible.accSelection. (Inherited from AccessibleObject.) |
|
IReflect.UnderlyingSystemType | Infrastructure. Gets the underlying type that represents the IReflect object. For a description of this member, see IReflect.UnderlyingSystemType. (Inherited from AccessibleObject.) |