ExplorerBrowserInvokeCommandOnSelected Method |
Invokes a
ShellCommand on the selected item(s) of the ListView.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool InvokeCommandOnSelected(
ShellCommand command
)
Public Function InvokeCommandOnSelected (
command As ShellCommand
) As Boolean
public:
bool InvokeCommandOnSelected(
ShellCommand^ command
)
member InvokeCommandOnSelected :
command : ShellCommand -> bool
Parameters
- command
- Type: Jam.ShellShellCommand
The shell command to use on the selected item(s) of the view
Return Value
Type:
BooleanTrue, if the command has been processed
See Also