FlashWindowFlags Enumeration

Specifies the flash status flags for a window.

Flags combination for DwFlags parameter of FlashWindowInfo structure.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum FlashWindowFlags

Remarks

Members

Stop 0 Stop flashing.

The system restores the window to its original state.

Caption 1 Flash the window caption.
TaskBar 2 Flash the taskbar button.
All 3 Flash both the window caption and taskbar button.

This is equivalent to setting the Caption + TaskBar flags.

UntilStop 4 Flash continuously, until the Stop flag is set.
UntilForeground 12 Flash continuously until the window comes to the foreground.

See Also