DataGridViewRowHeaderCell::DataGridViewRowHeaderCellAccessibleObject::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 return value always includes the Selectable value. It also includes the Selected value if the associated cell is selected and the Offscreen value if the cell is not currently displayed.

.NET Framework
Available since 2.0
Return to top
Show: