ShellBrowser .Net Edition
AddShellItem Method (p_Parent)
NamespacesJam.ShellShellTreeViewAddShellItem(ShellTreeNode)
This methods adds the currently active object of the m_ShellBrowser to the TreeNode.
Declaration Syntax
C#Visual BasicVisual C++
protected ShellTreeNode AddShellItem(
	ShellTreeNode p_Parent
)
Protected Function AddShellItem ( _
	p_Parent As ShellTreeNode _
) As ShellTreeNode
protected:
ShellTreeNode^ AddShellItem(
	ShellTreeNode^ p_Parent
)
Parameters
p_Parent (ShellTreeNode)
The parent ShellTreeNode of the added item.
Return Value
The new created ShellTreeNode instance is returned. Null, if the ShowOptionsShouldShow determined not to include the node or if the AddTreeNode event had the CanAdd set to false.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)