ShellCommand(ShellContextMenuCommand) Constructor |
Constructor that creates an instance from a verb.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic ShellCommand(
ShellContextMenuCommand pCommand
)
Public Sub New (
pCommand As ShellContextMenuCommand
)
public:
ShellCommand(
ShellContextMenuCommand pCommand
)
new :
pCommand : ShellContextMenuCommand -> ShellCommandParameters
- pCommand ShellContextMenuCommand
- The command.
Exceptions
See Also