C# Class Yaircc.UI.FlashWindow

Provides ability to flash the window in the task bar.
Show file Open project: rastating/yaircc

Private Properties

Property Type Description
Create_FLASHWINFO FLASHWINFO
FlashWindowEx bool

Public Methods

Method Description
Flash ( System form ) : bool

Flash the specified Window until it receives focus.

Flash ( System form, uint count ) : bool

Flash the specified Window until it receives focus.

Start ( System form ) : bool

Start Flashing the specified Window (form)

Stop ( System form ) : bool

Stop Flashing the specified Window (form)

Private Methods

Method Description
Create_FLASHWINFO ( IntPtr handle, uint flags, uint count, uint timeout ) : FLASHWINFO

Creates a new FLASHWINFO.

FlashWindowEx ( FLASHWINFO &pwfi ) : bool

Method Details

Flash() public static method

Flash the specified Window until it receives focus.
public static Flash ( System form ) : bool
form System The form to flash.
return bool

Flash() public static method

Flash the specified Window until it receives focus.
public static Flash ( System form, uint count ) : bool
form System The form to flash.
count uint The number of times to flash.
return bool

Start() public static method

Start Flashing the specified Window (form)
public static Start ( System form ) : bool
form System The form to flash.
return bool

Stop() public static method

Stop Flashing the specified Window (form)
public static Stop ( System form ) : bool
form System The form to flash.
return bool