RTFTreeNode Constructor (RTFObject)
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| RTFTreeNode Constructor (RTFObject) |
| RTFTreeNode Class See Also Send Feedback |
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