ClassFlashWindow
Class
Automation method for a Flash window.
Definition
Namespace:ArtOfTest.Common.Win32
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public static class FlashWindow
Inheritance: objectFlashWindow
Fields
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 stae.
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.
Methods
Flash(IntPtr)
Flash the specified Window until it recieves focus.
Flash(IntPtr, int)
Flash the specified Window for the specified number of times
Start(IntPtr)
Start Flashing the specified Window.
Stop(IntPtr)
Stop Flashing the specified Window.