Table of Contents

Method DoInsideLayout

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DoInsideLayout(Action)

Executes action between calls to SuspendLayout() and ResumeLayout(bool).

void DoInsideLayout(Action action)

Parameters

action Action

Action that will be executed.