ShellTreeViewInvokeCommandOnSelected Method |
Invokes the Command given as a parameter on the currently selected Node, any necessary events
are created
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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 ShellCommand
- the ShellOperation or any extension to execute
Return Value
Booleantrue if the command was a success, false if not or no Node was selected to perform the operation
Implements
IShellCommandInvokableInvokeCommandOnSelected(ShellCommand)
See Also