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

[To be supplied.]

Overload List

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

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

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