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.PerformLayout ()

Forces the control to apply layout logic to all of the child controls.

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

See Also

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