DataGridViewTopLeftHeaderCell::DataGridViewTopLeftHeaderCellAccessibleObject::State Property
.NET Framework (current version)
Gets the state of the DataGridViewTopLeftHeaderCell::DataGridViewTopLeftHeaderCellAccessibleObject.
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.
The State property value always includes the Selectable value. The State value includes the Selected value if all visible cells in the control are selected. The State value includes the Offscreen value if the DataGridViewTopLeftHeaderCell is hidden.
.NET Framework
Available since 2.0
Available since 2.0
Show: