Share via


_CommandBarComboBox.Parameter Property

Returns or sets a string that an application can use to execute a command.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Parameter As String
    Get
    Set
'Usage
Dim instance As _CommandBarComboBox
Dim value As String

value = instance.Parameter

instance.Parameter = value
string Parameter { get; set; }

Property Value

Type: System.String

Implements

CommandBarControl.Parameter

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 programming code, or it can be used to hold information about the control (similar to a second Tag property value).

See Also

Reference

_CommandBarComboBox Interface

_CommandBarComboBox Members

Parameter Overload

Microsoft.Office.Core Namespace