Click or drag to resize

Win32ShellContextMenuProvider Constructor (ItemIdList)

Creates a context menu for the passed ItemIdList.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
protected Win32ShellContextMenuProvider(
	ItemIdList pItemIdList
)

Parameters

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