Table of Contents

Enum ControlOverlayFlags

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

Specifies flags that define the behavior or appearance of a control overlay.

[Flags]
public enum ControlOverlayFlags

Fields

None = 0

Represents the absence of any value or state.

RemoveOnEnter = 2

Indicates that the overlay should be removed when the 'Enter' key is pressed.

RemoveOnEscape = 1

Indicates that the overlay should be removed when the 'Escape' key is pressed.

Remarks

This enumeration is marked with the FlagsAttribute, allowing bitwise combination of its member values to represent multiple overlay options.