Click or drag to resize

ShellTreeViewCreateShellTreeNode Method

This methods creates a new ShellTreeNode but does not yet include it in the parentNode.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected ShellTreeNode CreateShellTreeNode(
	ShellTreeNode pParent,
	ShellBrowser pShellBrowser
)

Parameters

pParent  ShellTreeNode
The parent ShellTreeNode of the item to be added.
pShellBrowser  ShellBrowser
A ShellBrowser instance to use.

Return Value

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