Class containing the children of a tree node (which must also all be tree nodes).
In addition to the children, holds reference to the tree node object itself.
Adding/removing elements updates their Parent property.
Namespace:
C1.C1PrintDocumentAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
C# |
---|
[DefaultMemberAttribute("Item")] public class C1TreeNodeChildren : ArrayList |
Visual Basic (Declaration) |
---|
<DefaultMemberAttribute("Item")> _ Public Class C1TreeNodeChildren _ Inherits ArrayList |