CommandBarPopup.Parameter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Implements
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).