Win32ShellContextMenuProvider(JamItemIdListCollection) Constructor |
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxprotected Win32ShellContextMenuProvider(
JamItemIdListCollection pSourceItems
)
Protected Sub New (
pSourceItems As JamItemIdListCollection
)
protected:
Win32ShellContextMenuProvider(
JamItemIdListCollection^ pSourceItems
)
new :
pSourceItems : JamItemIdListCollection -> Win32ShellContextMenuProviderParameters
- pSourceItems JamItemIdListCollection
- A collection of ItemIdLists the context menu is applied upon.
See Also