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.2
Syntax
public bool InvokeCommandOnSelected(
	ShellCommand pCommand
)

Parameters

pCommand  ShellCommand
the ShellOperation or any extension to execute

Return Value

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