C# Class BusinessCats.FlashWindow

Afficher le fichier Open project: adzm/BusinessCats Class Usage Examples

Méthodes publiques

Méthode Description
Flash ( Window win, UInt32 count = UInt32.MaxValue ) : void
Stop ( Window win ) : void

Private Methods

Méthode Description
FlashWindowEx ( FLASHWINFO &pwfi ) : bool

Method Details

Flash() public static méthode

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

Stop() public static méthode

public static Stop ( Window win ) : void
win System.Windows.Window
Résultat void