CommandBar.Controls Property
Gets a CommandBarControls object that represents all the controls on a command bar. Read-only.
Note
|
|---|
| The use of CommandBars in some Microsoft Office applications has been superseded by the new Ribbon user interface. For more information, search help for the keyword "Ribbon." |
Syntax
expression.Controls
expression A variable that represents a CommandBar object.
Return Value
CommandBarControls
Example
This example adds a combo box control to the command bar named "Custom" and fills the list with two items. The example also sets the number of line items, the width of the combo box, and an empty default for the combo box.
| Visual Basic for Applications |
|---|
|
Note