ShellBrowser .Net Edition
InvokeContextMenuCommand Method (Command)
NamespacesJam.ShellShellBrowserInvokeContextMenuCommand(String)
Invokes the given shell command to the active object or, if not empty, to the obejct in the MultiObjects property.
Declaration Syntax
C#Visual BasicVisual C++
public bool InvokeContextMenuCommand(
	string Command
)
Public Function InvokeContextMenuCommand ( _
	Command As String _
) As Boolean
public:
bool InvokeContextMenuCommand(
	String^ Command
)
Parameters
Command (String)
The command as string that should be executed, e.g. "copy" or "open". An empty string will invoke the default command.
Return Value
true, if successful. false an error occured.

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