Click or drag to resize

ShellCommand  Conversion (ShellCommand to ShellContextMenuCommand)

Implicit cast that converts the given ShellCommand to a ShellContextMenuCommand.

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

Parameters

pShellCommand
Type: Jam.ShellShellCommand
The shell command.

Return Value

Type: ShellContextMenuCommand
The result of the operation.
See Also