ComboBox.PreferredHeight 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 la hauteur préférée du ComboBox.
public:
property int PreferredHeight { int get(); };
[System.ComponentModel.Browsable(false)]
public int PreferredHeight { get; }
[<System.ComponentModel.Browsable(false)>]
member this.PreferredHeight : int
Public ReadOnly Property PreferredHeight As Integer
Valeur de propriété
Hauteur préférée, en pixels, de la zone d'élément de la zone de liste déroulante.
- Attributs
Remarques
La hauteur préférée est une valeur basée sur la hauteur de police et un ajustement pour la bordure.