DataGridViewCell.InheritedState Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'état actuel de la cellule tel qu'il est hérité de l'état de sa ligne ou colonne.
public:
property System::Windows::Forms::DataGridViewElementStates InheritedState { System::Windows::Forms::DataGridViewElementStates get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataGridViewElementStates InheritedState { get; }
[<System.ComponentModel.Browsable(false)>]
member this.InheritedState : System.Windows.Forms.DataGridViewElementStates
Public ReadOnly Property InheritedState As DataGridViewElementStates
Valeur de propriété
Combinaison d'opérations de bits des valeurs DataGridViewElementStates représentant l'état actuel de la cellule.
- Attributs
Exceptions
La cellule n'est pas contenue dans un contrôle DataGridView et sa propriété RowIndex n'a pas la valeur -1.
La cellule est contenue dans un contrôle DataGridView et sa propriété RowIndex a la valeur -1.