CommandBarComboBoxClass.ListCount Property

Definition

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.

Applies to