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

Parameters

pShellCommand  ShellCommand
The shell command.

Return Value

ShellContextMenuCommand
The result of the operation.
See Also