Click or drag to resize

IShellCommandInvokableInvokeCommandOnSelected Method

Executes the given command on the selected items. Not implemented in base-class.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
bool InvokeCommandOnSelected(
	ShellCommand pCommand
)

Parameters

pCommand  ShellCommand
The command.

Return Value

Boolean
True if it succeeds, false if it fails.
See Also