InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / TreeColumnCollection Class / TreeColumnCollection Constructor

In This Topic
    TreeColumnCollection Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal treePanel As TreePanel _
    )
    public TreeColumnCollection( 
       TreePanel treePanel
    )

    Parameters

    treePanel
    See Also