ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DateEditMonthCalendar Class / ResumeAllLayout(Boolean) Method
Indicates whether to invoke the layout logic now.

In This Topic
    ResumeAllLayout(Boolean) 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