DataGridViewCell::DataGridViewCellAccessibleObject::State Property
.NET Framework (current version)
Gets the state of the DataGridViewCell::DataGridViewCellAccessibleObject.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Windows.Forms::AccessibleStatesA bitwise combination of AccessibleStates values.
| Exception | Condition |
|---|---|
| InvalidOperationException | The value of the Owner property is null. |
The return value always includes the Selectable and Focusable values. It also includes the Selected value if the associated cell is selected, the Focused value if the cell has keyboard focus, and the Offscreen value if the cell is not currently displayed.
.NET Framework
Available since 2.0
Available since 2.0
Show: