CommandBarComboBox.Caption Property
Gets or sets the caption text for a command bar control. Read/write.
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.Caption
expression A variable that represents a CommandBarComboBox object.
Return Value
String
Note
|
|---|
| A control's caption is also displayed as its default ScreenTip. |
Note