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: 6.3.1
Syntax
public static implicit operator ShellCommand (
	ShellContextMenuCommand pShellContextMenuCommand
)

Parameters

pShellContextMenuCommand
Type: Jam.ShellShellContextMenuCommand
The shell context menu command.

Return Value

Type: ShellCommand
The result of the operation.
See Also