C# Class OdessaGUIProject.FlashWindow

ファイルを表示 Open project: noahsw/highlight-hunter

Private Properties

Property Type Description
Create_FLASHWINFO FLASHWINFO
FlashWindowEx bool

Public Methods

Method 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

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

Method Details

Flash() public static method

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

Flash() public static method

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.
return bool

Start() public static method

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

Stop() public static method

Stop Flashing the specified Window (form)
public static Stop ( System form ) : bool
form System
return bool