Click or drag to resize

ShellSystemListInvokeCommandOnSelected Method

Invokes a ShellCommand on the selected item(s) of the ListView.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public bool InvokeCommandOnSelected(
	string command
)

Parameters

command  String
The shell command to use on the selected item(s) of the view

Return Value

Boolean
True, if the command has been processed
See Also