Edit

Share via


_CommandBarComboBox.ListHeaderCount Property

Definition

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

Applies to