Click or drag to resize
weroSoft AG, Software
WindowFlashBehavior Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the window flash behavior.

Namespace:  WeroSoft.PlatformInvoke
Assembly:  WeroSoft.PlatformInvoke.Library (in WeroSoft.PlatformInvoke.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum WindowFlashBehavior
Members
  Member nameValueDescription
Stop0 Stop flashing. The system restores the window to its original state.
Caption1 Flash the window caption.
TaskbarButton2 Flash the task bar button.
All3 Flash both the window caption and task bar button. This is equivalent to setting the FLASHW_CAPTION | FLASHW_TRAY flags.
Timer4 Flash continuously, until the FLASHW_STOP flag is set.
UntilForeground12 Flash continuously until the window comes to the foreground.
See Also