Skip to content

Latest commit

 

History

History
40 lines (16 loc) · 1.09 KB

b5019fba-5124-5d9c-7abe-db10df32078b.md

File metadata and controls

40 lines (16 loc) · 1.09 KB

CommandBarComboBox.Parameter Property (Office)

Gets or sets a string that an application can use to execute a command from a CommandBarComboBox control. Read/write.

Note The use of CommandBars in some Microsoft Office applications has been superseded by the new ribbon component of the Microsoft Office Fluent user interface. For more information, search Help for the keyword "ribbon."

Syntax

expression. Parameter

expression A variable that represents a CommandBarComboBox object.

Return Value

String

Remarks

If the specified parameter is set for a built-in control, the application can modify its default behavior if it can parse and use the new value. If the parameter is set for custom controls, it can be used to send information to Visual Basic procedures, or it can be used to hold information about the control (similar to a second Tag property value).

See also

Concepts

CommandBarComboBox Object

Other resources

CommandBarComboBox Object Members