Click or drag to resize
Xcalibur Systems LLC Logo

FlashWindowStatusType Enumeration

The flash status.

FLASHWINFO structure


Namespace: Xcalibur.NativeMethods.V2.Windows
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum FlashWindowStatusType
Members
Member nameValueDescription
Stop0 Stop flashing. The system restores the window to its original state.
Caption1 Flash the window caption.
Tray2 Flash the taskbar button.
All3 Flash both the window caption and taskbar button. This is equivalent to setting the | flags.
Timer4 Flash continuously, until the flag is set.
TimerNoForeground12 Flash continuously until the window comes to the foreground.
See Also