_CommandBarComboBox.ListCount Property
Returns the number of list items in a command bar combo box control.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property ListCount As Integer
Get
'Usage
Dim instance As _CommandBarComboBox
Dim value As Integer
value = instance.ListCount
int ListCount { get; }
Property Value
Type: System.Int32