Control.IsChildControlStateCleared 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 une valeur indiquant si les contrôles contenus dans ce contrôle utilisent l'état du contrôle.
protected public:
property bool IsChildControlStateCleared { bool get(); };
protected internal bool IsChildControlStateCleared { get; }
member this.IsChildControlStateCleared : bool
Protected Friend ReadOnly Property IsChildControlStateCleared As Boolean
Valeur de propriété
true
si les enfants de ce contrôle n'utilisent pas l'état du contrôle ; sinon, false
.