Click or drag to resize

ShellBrowser.InvokeCommandOnSelected Method

Executes the given command on the selected items.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public override bool InvokeCommandOnSelected(
	ShellCommand pCommand
)

Parameters

pCommand
Type: Jam.Shell.ShellCommand
The command.

Return Value

Type: Boolean
True if it succeeds, false if it fails.

Implements

IShellCommandInvokable.InvokeCommandOnSelected(ShellCommand)
See Also