Click or drag to resize

MenuInvokeOptionsParameters Property

Gets or sets a string that specifies optional parameters that are passed to the command. The format of this string is determined by the command that is to be invoked.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual string Parameters { get; set; }

Property Value

Type: String
The parameters.
See Also