ExplorerBrowserInvokeCommandOnSelected Method (ShellCommand) |
Executes a context menu command on the selected items.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public void InvokeCommandOnSelected(
ShellCommand pCommand
)
Public Sub InvokeCommandOnSelected (
pCommand As ShellCommand
)
public:
void InvokeCommandOnSelected(
ShellCommand^ pCommand
)
member InvokeCommandOnSelected :
pCommand : ShellCommand -> unit
Parameters
- pCommand
- Type: Jam.ShellShellCommand
The shell command to use on the selected item(s) of the view
See Also