C# 클래스 OdessaGUIProject.FlashWindow

파일 보기 프로젝트 열기: noahsw/highlight-hunter

Private Properties

프로퍼티 타입 설명
Create_FLASHWINFO FLASHWINFO
FlashWindowEx bool

공개 메소드들

메소드 설명
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)

비공개 메소드들

메소드 설명
Create_FLASHWINFO ( IntPtr handle, uint flags, uint count, uint timeout ) : FLASHWINFO
FlashWindowEx ( FLASHWINFO &pwfi ) : bool

메소드 상세

Flash() 공개 정적인 메소드

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

Flash() 공개 정적인 메소드

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.
리턴 bool

Start() 공개 정적인 메소드

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

Stop() 공개 정적인 메소드

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