ShellTreeViewAddShellItem Method |
This methods adds the currently active object of the m_ShellBrowser to the TreeNode.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected ShellTreeNode AddShellItem(
ShellTreeNode pParent,
ShellBrowser pShellBrowser
)
Protected Function AddShellItem (
pParent As ShellTreeNode,
pShellBrowser As ShellBrowser
) As ShellTreeNode
protected:
ShellTreeNode^ AddShellItem(
ShellTreeNode^ pParent,
ShellBrowser^ pShellBrowser
)
member AddShellItem :
pParent : ShellTreeNode *
pShellBrowser : ShellBrowser -> ShellTreeNode
Parameters
- pParent
- Type: Jam.ShellShellTreeNode
The parent ShellTreeNode of the added item. - pShellBrowser
- Type: Jam.ShellShellBrowser
A ShellBrowser instance to use.
Return Value
Type:
ShellTreeNode
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.
See Also