TaskbarAssistant.FlashWindow(FlashFlags, Int32, Int32) Method
Flashes the parent window. It does not change the window’s active state.
Namespace: DevExpress.Utils.Taskbar
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
opt | DevExpress. |
A Flash |
count | Int32 | An integer value that specifies the number of flashes. |
timeout | Int32 | An integer value that specifies the flash rate, in milliseconds. 0 to use the default cursor blink rate. |
#Returns
Type | Description |
---|---|
Boolean | true if the window caption was drawn as active before the call; otherwise, false |
#Remarks
This method supports the Windows API’s FlashWindowEx function.