ShellBrowser .Net Edition
InvokeCommandOnSelected Method (command)
NamespacesJam.ShellShellTreeViewInvokeCommandOnSelected(String)
Invokes the Command given as a parameter on the currently selected Node, any necessary events are created
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)
the ShellOperation or any extension to execute
Return Value
true if the command was a success, false if not or no Node was selected to perform the operation

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