'Declaration Public Overloads Sub PerformLayout( _ ByVal affectedControl As Control, _ ByVal affectedProperty As String _ )
public void PerformLayout( Control affectedControl, string affectedProperty )
Parameters
- affectedControl
- A System.Windows.Forms.Control that represents the most recently changed control.
- affectedProperty
- The name of the most recently changed property on the control.