DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / ILayout Interface / InitializeNew Method

In This Topic
    InitializeNew Method (ILayout)
    In This Topic
    Initializes a newly created layout. The method is called when a C1DashboardLayout is first initialized, typically after being first added to a design surface.
    Syntax
    'Declaration
     
    
    Sub InitializeNew() 
    void InitializeNew()
    See Also