DataGridViewElement.State Vlastnost

Definice

Získá stav uživatelského rozhraní prvku.

public:
 virtual property System::Windows::Forms::DataGridViewElementStates State { System::Windows::Forms::DataGridViewElementStates get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.Windows.Forms.DataGridViewElementStates State { get; }
[<System.ComponentModel.Browsable(false)>]
member this.State : System.Windows.Forms.DataGridViewElementStates
Public Overridable ReadOnly Property State As DataGridViewElementStates

Hodnota vlastnosti

DataGridViewElementStates

Bitové kombinace DataGridViewElementStates hodnot představujících stav.

Atributy

Poznámky

Stavy zadané DataGridViewElementStates hodnotami se vynucují uživatelským rozhraním, ale mohou být programově přerušovány.

Platí pro

Viz také