Input for WinForms | ComponentOne
C1.Framework Namespace / TreeColumnCollection Class / TreeColumnCollection Constructor
The parent tree panel of this collection.

In This Topic
    TreeColumnCollection Constructor
    In This Topic
    Initializes a new instance of the TreeColumnCollection class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal treePanel As TreePanel _
    )
    public TreeColumnCollection( 
       TreePanel treePanel
    )

    Parameters

    treePanel
    The parent tree panel of this collection.
    See Also