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 );
Control Class | Control Members | System.WinForms Namespace | Control.PerformLayout Overload List