DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / ILayout Interface / SetParent Method
Parent for ILayout container.
Attaching C1DashboardLayout instance to an existing ILayout control.

In This Topic
    SetParent Method (ILayout)
    In This Topic
    Sets parent for ILayout container.
    Syntax
    'Declaration
     
    
    Sub SetParent( _
       ByVal parent As Control, _
       ByVal attaching As Boolean _
    ) 
    void SetParent( 
       Control parent,
       bool attaching
    )

    Parameters

    parent
    Parent for ILayout container.
    attaching
    Attaching C1DashboardLayout instance to an existing ILayout control.
    See Also