C# Class Gwupe.Agent.FlashWindowHelper

Afficher le fichier Open project: gwupe/Gwupe

Private Properties

Свойство Type Description
CreateFlashInfoStruct FLASHWINFO
FlashWindowEx bool
InitializeHandle void

Méthodes publiques

Méthode Description
Flash ( IntPtr hwnd ) : bool

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

Flash ( IntPtr hwnd, uint count ) : bool

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

FlashApplicationWindow ( ) : void
FlashWindowHelper ( Application app ) : System
StopFlashing ( ) : void

Private Methods

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

Method Details

Flash() public static méthode

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

Flash() public static méthode

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

FlashApplicationWindow() public méthode

public FlashApplicationWindow ( ) : void
Résultat void

FlashWindowHelper() public méthode

public FlashWindowHelper ( Application app ) : System
app System.Windows.Application
Résultat System

StopFlashing() public méthode

public StopFlashing ( ) : void
Résultat void