| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub PerformLayout( _ ByVal affectedControl As Control, _ ByVal affectedProperty As String _ ) | |
| C# | |
|---|---|
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.