Share via


CommandBarComboBoxClass.ListCount Property

Gets the number of list items in a CommandBarComboBox control. Read-only.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ListCount As Integer
    Get
'Usage
Dim instance As CommandBarComboBoxClass
Dim value As Integer

value = instance.ListCount
public virtual int ListCount { get; }

Property Value

Type: System.Int32

Implements

_CommandBarComboBox.ListCount

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.

See Also

Reference

CommandBarComboBoxClass Class

CommandBarComboBoxClass Members

Microsoft.Office.Core Namespace