DataGridViewElement.State Właściwość

Definicja

Pobiera stan interfejsu użytkownika elementu.

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

Wartość właściwości

Bitowa kombinacja DataGridViewElementStates wartości reprezentujących stan.

Atrybuty

Uwagi

Stany określone przez DataGridViewElementStates wartości są wymuszane przez interfejs użytkownika, ale mogą być programowo zastępowane.

Dotyczy

Zobacz też