WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskbarButton Class / FlashIfNotActive Method
The number of times to flash the window; 0 causes infinite flashing.

In This Topic
FlashIfNotActive Method
In This Topic
Flashes the window caption and taskbar button until the window comes to the foreground.
Syntax
'Declaration
 
<SuppressUnmanagedCodeSecurityAttribute()>
Public Sub FlashIfNotActive( _
   ByVal count As Integer _
) 
 

Parameters

count
The number of times to flash the window; 0 causes infinite flashing.
See Also