ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / ResumeLayout Method / ResumeLayout(Boolean) Method
True to execute pending layout requests; otherwise, False.

In This Topic
    ResumeLayout(Boolean) Method
    In This Topic
    Resumes normal layout logic. Optionally forces an immediate layout of pending layout requests.
    Syntax
    'Declaration
     
    Public Overloads Shadows Sub ResumeLayout( _
       ByVal performLayout As System.Boolean _
    ) 
    public new void ResumeLayout( 
       System.bool performLayout
    )

    Parameters

    performLayout
    True to execute pending layout requests; otherwise, False.
    See Also