Method DoInsideLayout
DoInsideLayout(Action)
Executes action
between calls to SuspendLayout()
and ResumeLayout(bool).
public virtual void DoInsideLayout(Action action)
Parameters
action
ActionAction that will be executed.
Executes action
between calls to SuspendLayout()
and ResumeLayout(bool).
public virtual void DoInsideLayout(Action action)
action
ActionAction that will be executed.