Devuelve el primer nodo hijo del nodo actual.

C# | Visual Basic | Visual C++ |
public RtfTreeNode FirstChild { get; }
Public ReadOnly Property FirstChild As RtfTreeNode
public: property RtfTreeNode^ FirstChild { RtfTreeNode^ get (); }
C# | Visual Basic | Visual C++ |
public RtfTreeNode FirstChild { get; }
Public ReadOnly Property FirstChild As RtfTreeNode
public: property RtfTreeNode^ FirstChild { RtfTreeNode^ get (); }