CommandBar Property
Description
CommandBar used as a popup menu for the combo box.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property CommandBar() As [CommandBar](XtremeCommandBars~CommandBar.md)
Remarks
You can use the CommandBar property to add normal commandbar items and display them as a popup when the combo box button is clicked. The popup can be treated like any other commandbar popup. To use the commandbar popup, all that is needed is to add items to the CommandBar object.
If no items are added to the CommandBar, then the standard list box will be used to display items. Any items added with the AddItem method will use the standard list box.
See Also

Command Bars ActiveX Control v24.0
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.