Style.ApplyToDerivedTypes 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 ou définit une valeur booléenne qui détermine si le style doit être appliqué aux contrôles qui sont dérivés du type de base.
public:
property bool ApplyToDerivedTypes { bool get(); void set(bool value); };
public bool ApplyToDerivedTypes { get; set; }
member this.ApplyToDerivedTypes : bool with get, set
Public Property ApplyToDerivedTypes As Boolean