_CommandBarComboBox.ListHeaderCount 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.
Returns or sets the number of list items in a command bar combo box control that appears above the separator line.
public:
property int ListHeaderCount { int get(); void set(int value); };
public int ListHeaderCount { get; set; }
member this.ListHeaderCount : int with get, set
Public Property ListHeaderCount As Integer
Property Value
Remarks
A ListHeaderCount property value of – 1 indicates that there's no separator line in the combo box control.
Notes to callers