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