UAOOI.Windows.Forms Namespace
UAOOI.Windows.Forms

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

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
)

Parameters

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