Click or drag to resize

Win32ShellContextMenuProvider Constructor (JamItemIdListCollection)

Creates a context menu for the passed JamItemIdListCollection.

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

Parameters

pSourceItems
Type: Jam.ShellJamItemIdListCollection
A collection of ItemIdLists the context menu is applied upon.
See Also