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.SuspendLayout

Suspends the layout logic for the control.

[Visual Basic]
Public Sub SuspendLayout()
[C#]
public void SuspendLayout();
[C++]
public: void SuspendLayout();
[JScript]
public function SuspendLayout();

See Also

Control Class | Control Members | System.WinForms Namespace