DataGridViewRow::DataGridViewRowAccessibleObject::State Property

 
Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property AccessibleStates State {
	virtual AccessibleStates get() override;
}

Property Value

Type: System.Windows.Forms::AccessibleStates

A 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
Return to top
Show: