NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.ResumeLayout (Boolean)

Resumes normal layout logic. If performLayout is set to true then this will force a layout immediately if there are any pending layout requests.

[Visual Basic]
Overloads Protected Sub ResumeLayout( _
   ByVal performLayout As Boolean _
)
[C#]
protected void ResumeLayout(
   bool performLayout
);
[C++]
protected: void ResumeLayout(
   bool performLayout
);
[JScript]
protected function ResumeLayout(
   performLayout : Boolean
);

Parameters

performLayout
Determines if pending layout requests will be executed, or ignored.

See Also

Control Class | Control Members | System.WinForms Namespace | Control.ResumeLayout Overload List