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.0
Syntax
public bool InvokeCommandOnSelected(
	string command
)

Parameters

command
Type: SystemString
The shell command to use on the selected item(s) of the view

Return Value

Type: Boolean
True, if the command has been processed
See Also