Namespace: CuteEditor.Convertor.RTF
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 ();
}

See Also