Class implementing a tree node. To use, base your tree node class on this.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public class C1TreeNode
Visual Basic (Declaration)
Public Class C1TreeNode

Inheritance Hierarchy

System..::.Object
  C1.C1PrintDocument..::.C1TreeNode
    C1.C1PrintDocument.DocEngine.Src..::.DrawelBase

See Also