Click or drag to resize

ShellContextMenuProvider Constructor (ItemIdList)

Creates a context menu for the passed ItemIdList.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public ShellContextMenuProvider(
	ItemIdList pItemIdList
)

Parameters

pItemIdList
Type: Jam.ShellItemIdList
The ItemIdList the context menu is applied upon.
See Also