C# Class Gallifrey.UI.Modern.Extensions.WindowExtensions

Datei anzeigen Open project: BlythMeister/Gallifrey

Public Methods

Method Description
FlashWindow ( this win, uint count = uint.MaxValue ) : void
StopFlashingWindow ( this win ) : void

Private Methods

Method Description
FlashWindowEx ( FLASHWINFO &pwfi ) : bool

Method Details

FlashWindow() public static method

public static FlashWindow ( this win, uint count = uint.MaxValue ) : void
win this
count uint
return void

StopFlashingWindow() public static method

public static StopFlashingWindow ( this win ) : void
win this
return void