DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / C1DashboardLayout Class / AttachToLayout Method

In This Topic
    AttachToLayout Method (C1DashboardLayout)
    In This Topic
    Attaches the custom layout
    Syntax
    'Declaration
     
    
    Public Sub AttachToLayout( _
       ByVal layout As ILayout _
    ) 
    public void AttachToLayout( 
       ILayout layout
    )

    Parameters

    layout
    See Also