Enum FLASHINFOFLAGS
Namespace: Telerik.WinControls.Taskbar.Core
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum FLASHINFOFLAGS
FLASHW_ALL
Flash both the window caption and taskbar button. This is equivalent to setting the FLASHW_CAPTION | FLASHW_TRAY flags.
FLASHW_CAPTION
Flash the window caption.
FLASHW_STOP
Stop flashing. The system restores the window to its original state.
FLASHW_TIMER
Flash continuously, until the FLASHW_STOP flag is set.
FLASHW_TIMERNOFG
Flash continuously until the window comes to the foreground.
FLASHW_TRAY
Flash the taskbar button.