Click or drag to resize

ExplorerBrowserInvokeCommand Method

Executes a context menu command for listed folder or selected items depending on focus.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public bool InvokeCommand(
	ShellCommand command
)

Parameters

command
Type: Jam.ShellShellCommand
The ShellCommand to use

Return Value

Type: Boolean
True if the command was executed successfully or False otherwise.
Remarks
If navigation tree on the left side has the focus InvokeCommandOnFolder(ShellCommand) is called. Otherwise InvokeCommandOnSelected(ShellCommand) is called.
See Also