Initializes a new instance of the RTFTreeNode class
Namespace: CuteEditor.Convertor.RTFAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public RTFTreeNode( RTFObject rtfObject ) |
| Visual Basic |
|---|
Public Sub New ( _ rtfObject As RTFObject _ ) |
| Visual C++ |
|---|
public: RTFTreeNode( RTFObject^ rtfObject ) |
Parameters
- rtfObject
- Type: CuteEditor.Convertor.RTF..::..RTFObject