ShellBrowser .Net Edition
InvokeCommandOnSelected Method (command)
NamespacesJam.ShellShellListViewInvokeCommandOnSelected(String)
Invokes the given command on the selected items. See ShellCommand class for a list of possible commands.
Declaration Syntax
C#Visual BasicVisual C++
public bool InvokeCommandOnSelected(
	string command
)
Public Function InvokeCommandOnSelected ( _
	command As String _
) As Boolean
public:
bool InvokeCommandOnSelected(
	String^ command
)
Parameters
command (String)
A command verb, like Open, Properties, Delete, or any other command of installed shell extensions that may be specified as a string.
Return Value
true if the command was invoked successfully, false otherwise

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)