ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / TreeRowCollection Class / TreeRowCollection Constructor
The parent tree row of this collection.

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

    Parameters

    parent
    The parent tree row of this collection.
    See Also