Click or drag to resize

ShellListViewAddShellItem(ShellBrowser) Method

Adds the currently active item of m_ShellBrowser to the list.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected ShellListItem AddShellItem(
	ShellBrowser pShellBrowser
)

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

ShellListItem
If successful, returns the added item. If not, returns null.
See Also