ComponentOne Windows 7 Control Pack for WinForms
FlashIfNotActive Method



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskbarButton Class : FlashIfNotActive Method
The number of times to flash the window; 0 causes infinite flashing.
Flashes the window caption and taskbar button until the window comes to the foreground.
Syntax
<SuppressUnmanagedCodeSecurityAttribute()>
Public Sub FlashIfNotActive( _
   ByVal count As Integer _
) 
Dim instance As C1TaskbarButton
Dim count As Integer
 
instance.FlashIfNotActive(count)
[SuppressUnmanagedCodeSecurity()]
public void FlashIfNotActive( 
   int count
)
[SuppressUnmanagedCodeSecurity()]
public:
void FlashIfNotActive( 
   int count
) 

Parameters

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

Reference

C1TaskbarButton Class
C1TaskbarButton Members