[]
Resumes normal layout logic.
public void ResumeLayout()
Public Sub ResumeLayout()
Resumes normal layout logic and optionally forces the component to apply layout logic to its child controls.
public void ResumeLayout(bool performLayout)
Public Sub ResumeLayout(performLayout As Boolean)
Type | Name | Description |
---|---|---|
bool | performLayout | Whether to perform layout logic on the child controls |