DataGridView::DataGridViewTopRowAccessibleObject Properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Bounds | Gets the location and size of the accessible object. (Overrides AccessibleObject::Bounds.) |
![]() | DefaultAction | Gets a string that describes the default action of the object. Not all objects have a default action.(Inherited from AccessibleObject.) |
![]() | Description | Gets a string that describes the visual appearance of the specified object. Not all objects have a description.(Inherited from AccessibleObject.) |
![]() | Help | Gets a description of what the object does or how the object is used.(Inherited from AccessibleObject.) |
![]() | KeyboardShortcut | Gets the shortcut key or access key for the accessible object.(Inherited from AccessibleObject.) |
![]() | Name | Gets the name of the accessible object.(Overrides AccessibleObject::Name.) |
![]() | Owner | Gets the DataGridView that contains the row of column headers. |
![]() | Parent | Gets the parent of the DataGridView::DataGridViewTopRowAccessibleObject.(Overrides AccessibleObject::Parent.) |
![]() | Role | Gets the role of the accessible object.(Overrides AccessibleObject::Role.) |
![]() | State | Gets the state of this accessible object.(Inherited from AccessibleObject.) |
![]() | Value | Gets the value of an accessible object.(Overrides AccessibleObject::Value.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IAccessible::accChildCount | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the object that has the keyboard focus. For a description of this member, see IAccessible::accFocus.(Inherited from AccessibleObject.) |
![]() ![]() | IAccessible::accParent | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the parent accessible object of this object. For a description of this member, see IAccessible::accParent.(Inherited from AccessibleObject.) |
![]() ![]() | IAccessible::accSelection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the selected child objects of an accessible object. For a description of this member, see IAccessible::accSelection.(Inherited from AccessibleObject.) |
![]() ![]() | IReflect::UnderlyingSystemType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the underlying type that represents the IReflect object. For a description of this member, see IReflect::UnderlyingSystemType.(Inherited from AccessibleObject.) |


