_CommandBarComboBox.ListHeaderCount Property
Returns or sets the number of list items in a command bar combo box control that appears above the separator line.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property ListHeaderCount As Integer
Get
Set
'Usage
Dim instance As _CommandBarComboBox
Dim value As Integer
value = instance.ListHeaderCount
instance.ListHeaderCount = value
int ListHeaderCount { get; set; }
Property Value
Type: System.Int32
Remarks
A ListHeaderCount property value of – 1 indicates that there's no separator line in the combo box control.
Notes to Callers