ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DateEditMonthCalendar Class / ResumeAllLayout Method
Indicates whether to invoke the layout logic now.

In This Topic
    ResumeAllLayout Method
    In This Topic
    Calls ResumeLayout on all DateEditMonthCalendar's child controls.
    Syntax
    'Declaration
     
    Public Sub ResumeAllLayout( _
       ByVal performLayout As Boolean _
    ) 
    public void ResumeAllLayout( 
       bool performLayout
    )

    Parameters

    performLayout
    Indicates whether to invoke the layout logic now.
    See Also