C# Class PTK.Extensions.WindowExtensions

Show file Open project: prom3theu5/iNGEN-Ark-RCON-Desktop

Public Methods

Method Description
FlashWindow ( this win, uint count = uint.MaxValue ) : void
StopFlashing ( 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

StopFlashing() public static method

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