Children Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| RTFTreeNode..::..Children Property |
| RTFTreeNode 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 RTFNodeCollection Children { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Children As RTFNodeCollection Get |
| Visual C++ |
|---|
public: property RTFNodeCollection^ Children { RTFNodeCollection^ get (); } |