ComboBoxClick

This event occurs when a user chooses a CommandBarComboBox object on a CommandBar control.

Syntax

Private Sub commandbar_ComboBoxClick(combobox)

Parameters

commandbar
Object expression that evaluates to a CommandBar control.
combobox
Copy of a selected CommandBarComboBox object.

Remarks

The ComboBoxChange event occurs when the user selects the text in a CommandBarComboBox with the Style property set to cbrComboBoxDropDown.