Class ClFlasher
- Namespace
- SunamoCl
- Assembly
- SunamoCl.dll
Provides methods to flash the console window in the Windows taskbar to attract user attention
public class ClFlasher
- Inheritance
-
ClFlasher
- Inherited Members
- Extension Methods
Fields
FLASHW_ALL
Flag to flash both the caption and taskbar button
public const uint FLASHW_ALL = 3
Field Value
FLASHW_CAPTION
Flag to flash the window caption
public const uint FLASHW_CAPTION = 1
Field Value
FLASHW_STOP
Flag to stop flashing the window
public const uint FLASHW_STOP = 0
Field Value
FLASHW_TIMER
Flag to flash continuously with a timer
public const uint FLASHW_TIMER = 4
Field Value
FLASHW_TIMERNOFG
Flag to flash continuously until the window comes to the foreground
public const uint FLASHW_TIMERNOFG = 12
Field Value
FLASHW_TRAY
Flag to flash the taskbar button
public const uint FLASHW_TRAY = 2
Field Value
Methods
FlashConsole()
Starts flashing the console window in the taskbar.
public static void FlashConsole()
StopFlashingConsole()
Stops flashing the console window.
public static void StopFlashingConsole()