RootNode Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| RTFTree..::..RootNode Property |
| RTFTree Class See Also Send Feedback |
Namespace:Â CuteEditor.Convertor.RTF
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public RTFTreeNode RootNode { get; } |
| Visual Basic |
|---|
Public ReadOnly Property RootNode As RTFTreeNode Get |
| Visual C++ |
|---|
public: property RTFTreeNode^ RootNode { RTFTreeNode^ get (); } |