DataGridViewRow::DataGridViewRowAccessibleObject::State Property
.NET Framework (current version)
Gets the state of the DataGridViewRow::DataGridViewRowAccessibleObject.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Windows.Forms::AccessibleStatesA bitwise combination of AccessibleStates values. The default is the bitwise combination of the Selectable and Focusable values.
| Exception | Condition |
|---|---|
| InvalidOperationException | The value of the Owner property is null. |
The State property includes the Selected value if the all of the DataGridViewCell objects in the row are selected. State does not indicate whether the row has scrolled out of view.
.NET Framework
Available since 2.0
Available since 2.0
Show: