CommandBarComboBoxClass.ListHeaderCount Property

Definition

Gets or sets the number of list items in a CommandBarComboBox control that appears above the separator line. Read/write.

public:
 virtual property int ListHeaderCount { int get(); void set(int value); };
public virtual int ListHeaderCount { get; set; }
member this.ListHeaderCount : int with get, set
Public Overridable Property ListHeaderCount As Integer

Property Value

Implements

Examples

This example adds a combo box control to the command bar named "Custom" and then adds two items to the combo box. The example uses the ListHeaderCount property to display a separator line between First Item and Second Item in the combo box. The example also sets the number of line items, the width of the combo box, and an empty default for the combo box.

Remarks

Note: This property is read-only for built-in combo box controls.

A ListHeaderCount property value of – 1 indicates that there's no separator line in the combo box control.

Applies to