Enum ControlOverlayFlags
Specifies flags that define the behavior or appearance of a control overlay.
[Flags]
public enum ControlOverlayFlags
Fields
None = 0Represents the absence of any value or state.
RemoveOnEnter = 2Indicates that the overlay should be removed when the 'Enter' key is pressed.
RemoveOnEscape = 1Indicates 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.