ShellListViewAddShellItem Method (ShellBrowser) |
Adds the currently active item of m_ShellBrowser to the list.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected ShellListItem AddShellItem(
ShellBrowser pShellBrowser
)
Protected Function AddShellItem (
pShellBrowser As ShellBrowser
) As ShellListItem
protected:
ShellListItem^ AddShellItem(
ShellBrowser^ pShellBrowser
)
member AddShellItem :
pShellBrowser : ShellBrowser -> ShellListItem
Parameters
- pShellBrowser
- Type: Jam.ShellShellBrowser
The ShellBrowser instance that serves as base for the new item. If null the item is created using the member variable.
Return Value
Type:
ShellListItemIf successful, returns the added item. If not, returns null.
See Also