Click or drag to resize

ShellCommand(ShellContextMenuCommand) Constructor

Constructor that creates an instance from a verb.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public ShellCommand(
	ShellContextMenuCommand pCommand
)

Parameters

pCommand  ShellContextMenuCommand
The command.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when an invalid ShellContextMenuCommand is passed.
See Also