Click or drag to resize

ShellCommand   Conversion (ShellContextMenuCommand to ShellCommand)

Implicit cast that converts the given ShellContextMenuCommand to a ShellCommand.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public static implicit operator ShellCommand (
	ShellContextMenuCommand pShellContextMenuCommand
)

Parameters

pShellContextMenuCommand  ShellContextMenuCommand
The shell context menu command.

Return Value

ShellCommand
The result of the operation.
See Also