dbicCalendar Send comments on this topic.
ResumeLayout(Boolean) Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class > ResumeLayout Method : ResumeLayout(Boolean) Method

performLayout
true to execute pending layout requests; otherwise, false.
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub ResumeLayout( _
   ByVal performLayout As Boolean _
) 
C# 
public void ResumeLayout( 
   bool performLayout
)

Parameters

performLayout
true to execute pending layout requests; otherwise, false.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also