ShellCommand Constructor (ShellContextMenuCommand) |
Constructor that creates an instance from a verb.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public ShellCommand(
ShellContextMenuCommand pCommand
)
Public Sub New (
pCommand As ShellContextMenuCommand
)
public:
ShellCommand(
ShellContextMenuCommand pCommand
)
new :
pCommand : ShellContextMenuCommand -> ShellCommand
Parameters
- pCommand
- Type: Jam.ShellShellContextMenuCommand
The command.
Exceptions See Also