CommandBarComboBoxClass.ListCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of list items in a CommandBarComboBox control. Read-only.
public:
virtual property int ListCount { int get(); };
public virtual int ListCount { get; }
member this.ListCount : int
Public Overridable ReadOnly Property ListCount As Integer
Property Value
Implements
Examples
This example checks the number of items in the combo box on the command bar named "Custom." If there aren’t three items in the list that the procedure produces, the example displays a message advising the user that the combo box may be damaged and asks the user to reinstall the application.