ComponentOne Windows 7 Control Pack for WinForms
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 _
    ) 
    [SuppressUnmanagedCodeSecurity()]
    public void FlashIfNotActive( 
       int count
    )

    Parameters

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