Initializes a new instance of the RTFTreeNode class

Namespace: CuteEditor.Convertor.RTF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public RTFTreeNode(
	RTFObjectType type
)
Visual Basic
Public Sub New ( _
	type As RTFObjectType _
)
Visual C++
public:
RTFTreeNode(
	RTFObjectType type
)

See Also