Click or drag to resize
Xcalibur Systems LLC Logo

WindowHelperFlashWindowEx Method

Flashes the specified window. It does not change the active state of the window.

FlashWindowEx function


Namespace: Xcalibur.NativeMethods.V2.Windows
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[DllImportAttribute("user32.dll")]
public static bool FlashWindowEx(
	ref FlashWindowStatusInfo flashWindowStatusInfo
)

Parameters

flashWindowStatusInfo  FlashWindowStatusInfo
A pointer to a structure.

Return Value

Boolean
The return value specifies the window's state before the call to the FlashWindowEx function. If the window caption was drawn as active before the call, the return value is nonzero. Otherwise, the return value is zero.
See Also