CommandBarControl.Parameter Property

Definition

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

public:
 property System::String ^ Parameter { System::String ^ get(); void set(System::String ^ value); };
public string Parameter { get; set; }
member this.Parameter : string with get, set
Public Property Parameter As String

Property Value

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

Applies to