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