DataGridViewColumnHeaderCell::DataGridViewColumnHeaderCellAccessibleObject::State Property
.NET Framework (current version)
Gets the state of the DataGridViewColumnHeaderCell::DataGridViewColumnHeaderCellAccessibleObject.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Windows.Forms::AccessibleStatesA bitwise combination of AccessibleStates values. The default is Selectable.
| Exception | Condition |
|---|---|
| InvalidOperationException | The value of the Owner property is null. |
The State property value always includes the Selectable value. The State includes the Selected value if the DataGridViewColumn that contains the cell is selected. The State includes the Offscreen value if the owning cell is not currently displayed.
.NET Framework
Available since 2.0
Available since 2.0
Show: