_CommandBarComboBox.ListCount 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.
Retourne le nombre d’éléments de liste dans un contrôle de zone de liste déroulante de barre de commandes.
public:
property int ListCount { int get(); };
public int ListCount { get; }
member this.ListCount : int
Public ReadOnly Property ListCount As Integer