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