UAOOI.Windows.Forms Namespace
UAOOI.Windows.Forms

GenericTreeNode<(Of <(<'ObjectType, ParentType>)>)> Constructor (String, ObjectType, ParentType)

Initializes a new instance of the class.

Namespace:  UAOOI.Windows.Forms
Assembly:  CAS.Windows.Forms (in CAS.Windows.Forms.dll)

Syntax


[SuppressMessageAttribute]
public GenericTreeNode(
	string text,
	ObjectType obj,
	ParentType node
)

Parameters

text
Type: String
The label Text of the new tree node.
obj
Type: ObjectType
The object coupled with the node.
node
Type: ParentType
The node to add new object.