CommandBarControls Collection

This collection contains CommandBarControl objects for a CommandBar control.

Syntax

toolbar.CommandBarControls

Parameters

toolbar
Object expression that evaluates to a CommandBar control.

The CommandBarControls collection supports the following properties:

The CommandBarControls collection supports the following methods:

Remarks

The CommandBarControls collection is a 1-based collection, which means the control’s Index property begins with the number 1 (versus 0 in a 0-based collection). You can access each item in the collection by its index or unique key.