Click or drag to resize

ShellTreeViewInvokeCommandOnSelected Method

Invokes the Command given as a parameter on the currently selected Node, any necessary events are created

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public bool InvokeCommandOnSelected(
	ShellCommand pCommand
)

Parameters

pCommand
Type: Jam.ShellShellCommand
the ShellOperation or any extension to execute

Return Value

Type: Boolean
true if the command was a success, false if not or no Node was selected to perform the operation

Implements

IShellCommandInvokableInvokeCommandOnSelected(ShellCommand)
See Also