ShellBrowser .Net Edition
ShellTreeNode Constructor (p_AbsoluteItemIdList, p_Text, Parent, p_IsFolder)
NamespacesJam.ShellShellTreeNodeShellTreeNode(ItemIdList, String, ShellTreeNode, Boolean)
Initializes a new instance of the ShellTreeNode class.
Declaration Syntax
C#Visual BasicVisual C++
public ShellTreeNode(
	ItemIdList p_AbsoluteItemIdList,
	string p_Text,
	ShellTreeNode Parent,
	bool p_IsFolder
)
Public Sub New ( _
	p_AbsoluteItemIdList As ItemIdList, _
	p_Text As String, _
	Parent As ShellTreeNode, _
	p_IsFolder As Boolean _
)
public:
ShellTreeNode(
	ItemIdList^ p_AbsoluteItemIdList, 
	String^ p_Text, 
	ShellTreeNode^ Parent, 
	bool p_IsFolder
)
Parameters
p_AbsoluteItemIdList (ItemIdList)
Absolute ItemIdList of the shell item that this ShellTreeNode should represent.
p_Text (String)
Text that should be displayed for this ShellTreeNode
Parent (ShellTreeNode)
The parent ShellTreeNode und which this new instance should be added.
p_IsFolder (Boolean)
pass true if the new instance should behave like a folder; otherwise passs false.

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