Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ResumeLayout Method / ResumeLayout(Boolean) Method
Whether to perform layout logic on the child controls


In This Topic
    ResumeLayout(Boolean) Method
    In This Topic
    Resumes normal layout logic and optionally forces the component to apply layout logic to its child controls.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Sub ResumeLayout( _
       ByVal performLayout As Boolean _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim performLayout As Boolean
     
    instance.ResumeLayout(performLayout)
    public new void ResumeLayout( 
       bool performLayout
    )

    Parameters

    performLayout
    Whether to perform layout logic on the child controls
    See Also