Win32ShellContextMenuProvider Constructor (ItemIdList) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax protected Win32ShellContextMenuProvider(
ItemIdList pItemIdList
)
Protected Sub New (
pItemIdList As ItemIdList
)
protected:
Win32ShellContextMenuProvider(
ItemIdList^ pItemIdList
)
new :
pItemIdList : ItemIdList -> Win32ShellContextMenuProvider
Parameters
- pItemIdList
- Type: Jam.ShellItemIdList
The ItemIdList the context menu is applied upon.
See Also