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.1
Syntax public bool InvokeCommandOnSelected(
ShellCommand pCommand
)
Public Function InvokeCommandOnSelected (
pCommand As ShellCommand
) As Boolean
public:
virtual bool InvokeCommandOnSelected(
ShellCommand^ pCommand
) sealed
abstract InvokeCommandOnSelected :
pCommand : ShellCommand -> bool
override InvokeCommandOnSelected :
pCommand : ShellCommand -> bool
Parameters
- pCommand
- Type: Jam.ShellShellCommand
the ShellOperation or any extension to execute
Return Value
Type:
Booleantrue if the command was a success, false if not or no Node was selected to perform the operation
Implements
IShellCommandInvokableInvokeCommandOnSelected(ShellCommand)See Also