C# Class BusinessCats.FlashWindow

Show file Open project: adzm/BusinessCats Class Usage Examples

Public Methods

Method Description
Flash ( Window win, UInt32 count = UInt32.MaxValue ) : void
Stop ( Window win ) : void

Private Methods

Method Description
FlashWindowEx ( FLASHWINFO &pwfi ) : bool

Method Details

Flash() public static method

public static Flash ( Window win, UInt32 count = UInt32.MaxValue ) : void
win System.Windows.Window
count System.UInt32
return void

Stop() public static method

public static Stop ( Window win ) : void
win System.Windows.Window
return void