Click or drag to resize

ShellBrowserInvokeCommandOnSelected Method

Executes the given command on the selected items.

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

Parameters

pCommand
Type: Jam.ShellShellCommand
The command.

Return Value

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

Implements

IShellCommandInvokableInvokeCommandOnSelected(ShellCommand)
See Also