C# Class PTK.Extensions.WindowExtensions

Afficher le fichier Open project: prom3theu5/iNGEN-Ark-RCON-Desktop

Méthodes publiques

Méthode Description
FlashWindow ( this win, uint count = uint.MaxValue ) : void
StopFlashing ( this win ) : void

Private Methods

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

Method Details

FlashWindow() public static méthode

public static FlashWindow ( this win, uint count = uint.MaxValue ) : void
win this
count uint
Résultat void

StopFlashing() public static méthode

public static StopFlashing ( this win ) : void
win this
Résultat void