DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject.State Property

Definition

public:
 virtual property System::Windows::Forms::AccessibleStates State { System::Windows::Forms::AccessibleStates get(); };
public override System.Windows.Forms.AccessibleStates State { get; }
member this.State : System.Windows.Forms.AccessibleStates
Public Overrides ReadOnly Property State As AccessibleStates

Property Value

A bitwise combination of AccessibleStates values.

Remarks

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.

Applies to

See also