FlashWindow Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.Common.Win32FlashWindow

Namespace:  ArtOfTest.Common.Win32
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public static class FlashWindow

The FlashWindow type exposes the following members.

Methods

  NameDescription
Public methodStatic memberFlash(IntPtr)
Flash the specified Window until it recieves focus.
Public methodStatic memberFlash(IntPtr, Int32)
Flash the specified Window for the specified number of times
Public methodStatic memberStart
Start Flashing the specified Window.
Public methodStatic memberStop
Stop Flashing the specified Window.
Top
Fields

  NameDescription
Public fieldStatic memberFLASHW_ALL
Flash both the window caption and taskbar button. This is equivalent to setting the FLASHW_CAPTION | FLASHW_TRAY flags.
Public fieldStatic memberFLASHW_CAPTION
Flash the window caption.
Public fieldStatic memberFLASHW_STOP
Stop flashing. The system restores the window to its original stae.
Public fieldStatic memberFLASHW_TIMER
Flash continuously, until the FLASHW_STOP flag is set.
Public fieldStatic memberFLASHW_TIMERNOFG
Flash continuously until the window comes to the foreground.
Public fieldStatic memberFLASHW_TRAY
Flash the taskbar button.
Top
See Also

Reference