Table of Contents

Method AddOverlay

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

AddOverlay(IControlOverlay, bool)

Adds the specified overlay to the control.

public virtual void AddOverlay(IControlOverlay overlay, bool invalidate = true)

Parameters

overlay IControlOverlay

The overlay to add.

invalidate bool

The bool indicating whether to invalidate the control. Optional. Default is true.