ShellListViewAddShellItem Method (ItemIdList) |
Adds the currently active item of m_ShellBrowser to the list.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected void AddShellItem(
ItemIdList pItemIdList
)
Protected Sub AddShellItem (
pItemIdList As ItemIdList
)
protected:
void AddShellItem(
ItemIdList^ pItemIdList
)
member AddShellItem :
pItemIdList : ItemIdList -> unit
Parameters
- pItemIdList
- Type: Jam.ShellItemIdList
The ItemIdList of the item to add.
See Also