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 (Control, String)

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

[Visual Basic]
Overloads Public Sub PerformLayout( _
   ByVal affectedControl As Control, _
   ByVal affectedProperty As String _
)
[C#]
public void PerformLayout(
   Control affectedControl,
   string affectedProperty
);
[C++]
public: void PerformLayout(
   Control* affectedControl,
   String* affectedProperty
);
[JScript]
public function PerformLayout(
   affectedControl : Control,
   affectedProperty : String
);

Parameters

affectedControl
Control that was most recently changed.
affectedProperty
Property on the control that was most recently changed.

See Also

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