Method DoInsideLayout
DoInsideLayout(Action)
Executes action between calls to SuspendLayout()
and ResumeLayout().
public virtual ControlSet DoInsideLayout(Action action)
Parameters
actionActionAction that will be executed.
Returns
- ControlSet
Returns this object instance for use in the call sequences.