C# 클래스 Yaircc.UI.FlashWindow

Provides ability to flash the window in the task bar.
파일 보기 프로젝트 열기: rastating/yaircc

Private Properties

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

공개 메소드들

메소드 설명
Flash ( System form ) : bool

Flash the specified Window until it receives focus.

Flash ( System form, uint count ) : bool

Flash the specified Window until it receives focus.

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

Creates a new FLASHWINFO.

FlashWindowEx ( FLASHWINFO &pwfi ) : bool

메소드 상세

Flash() 공개 정적인 메소드

Flash the specified Window until it receives focus.
public static Flash ( System form ) : bool
form System The form to flash.
리턴 bool

Flash() 공개 정적인 메소드

Flash the specified Window until it receives focus.
public static Flash ( System form, uint count ) : bool
form System The form 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 to flash.
리턴 bool

Stop() 공개 정적인 메소드

Stop Flashing the specified Window (form)
public static Stop ( System form ) : bool
form System The form to flash.
리턴 bool