DataGridViewCell.DataGridViewCellAccessibleObject Properties
.NET Framework 4.5
The DataGridViewCell.DataGridViewCellAccessibleObject type exposes the following members.
| 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 DataGridViewCell. (Overrides AccessibleObject.DefaultAction.) |
|
Description | Gets a string that describes the visual appearance of the specified object. Not all objects have a description. (Inherited from AccessibleObject.) |
|
Help | Gets the names of the owning cell's type and base type. (Overrides AccessibleObject.Help.) |
|
KeyboardShortcut | Gets the shortcut key or access key for the accessible object. (Inherited from AccessibleObject.) |
|
Name | Gets the name of the DataGridViewCell.DataGridViewCellAccessibleObject. (Overrides AccessibleObject.Name.) |
|
Owner | Gets or sets the cell that owns the DataGridViewCell.DataGridViewCellAccessibleObject. |
|
Parent | Gets the parent of the DataGridViewCell.DataGridViewCellAccessibleObject. (Overrides AccessibleObject.Parent.) |
|
Role | Gets the role of the DataGridViewCell.DataGridViewCellAccessibleObject. (Overrides AccessibleObject.Role.) |
|
State | Gets the state of the DataGridViewCell.DataGridViewCellAccessibleObject. (Overrides AccessibleObject.State.) |
|
Value | Gets or sets a string representing the formatted value of the owning cell. (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.) |