Click or drag to resize

ShellListViewAddShellItem Method (ShellBrowser)

Adds the currently active item of m_ShellBrowser to the list.

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

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: ShellListItem
If successful, returns the added item. If not, returns null.
See Also