Click or drag to resize

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
)

Parameters

pCommand
Type: Jam.ShellShellCommand
The shell command to use on the selected item(s) of the view
See Also