FlashWindowFlags Enumeration
Specifies the flash status flags for a window.
Flags combination for
DwFlags parameter of
FlashWindowInfo structure.
Namespace: DevCase.Win32.EnumsAssembly: 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
<FlagsAttribute>
Public Enumeration FlashWindowFlags
Dim instance As FlashWindowFlags
[FlagsAttribute]
public enum class FlashWindowFlags
[<FlagsAttribute>]
type FlashWindowFlags
No code example is currently available or this language may not be supported.
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.
|