C# Class OdessaGUIProject.FlashWindow

Afficher le fichier Open project: noahsw/highlight-hunter

Private Properties

Свойство Type Description
Create_FLASHWINFO FLASHWINFO
FlashWindowEx bool

Méthodes publiques

Méthode Description
Flash ( System form ) : bool

Flash the spacified Window (Form) until it recieves focus.

Flash ( System form, uint count ) : bool

Flash the specified Window (form) for the specified number of times

Start ( System form ) : bool

Start Flashing the specified Window (form)

Stop ( System form ) : bool

Stop Flashing the specified Window (form)

Private Methods

Méthode Description
Create_FLASHWINFO ( IntPtr handle, uint flags, uint count, uint timeout ) : FLASHWINFO
FlashWindowEx ( FLASHWINFO &pwfi ) : bool

Method Details

Flash() public static méthode

Flash the spacified Window (Form) until it recieves focus.
public static Flash ( System form ) : bool
form System The Form (Window) to Flash.
Résultat bool

Flash() public static méthode

Flash the specified Window (form) for the specified number of times
public static Flash ( System form, uint count ) : bool
form System The Form (Window) to Flash.
count uint The number of times to Flash.
Résultat bool

Start() public static méthode

Start Flashing the specified Window (form)
public static Start ( System form ) : bool
form System The Form (Window) to Flash.
Résultat bool

Stop() public static méthode

Stop Flashing the specified Window (form)
public static Stop ( System form ) : bool
form System
Résultat bool