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:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual string Parameters { get; set; }

Property Value

Type: String
The parameters.
See Also