CheckBox.AutoSize 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.
True dimensionne la case à cocher ou du cadre de texte en fonction de la taille de police du texte environnant. False dimensionne la case à cocher ou le cadre de texte en fonction de la Size propriété.
public:
property bool AutoSize { bool get(); void set(bool value); };
public bool AutoSize { get; set; }
member this.AutoSize : bool with get, set
Public Property AutoSize As Boolean