CommandBarComboBox.Id Property
Gets the ID for a built-in CommandBarComboBox control. Read-only.
Syntax
expression.Id
expression Required. A variable that represents a CommandBarComboBox object.
Remarks
A control's ID determines the built-in action for that control. The value of the Id property for all custom controls is 1.
Example
This example changes the button face of the first control on the command bar named "Custom2" if the button's ID value is less than 25.
| Visual Basic for Applications |
|---|
|
The following example changes the caption of every control on the toolbar named "Standard" to the current value of the Id property for that control.
| Visual Basic for Applications |
|---|
|