C# 클래스 BusinessCats.FlashWindow

파일 보기 프로젝트 열기: adzm/BusinessCats 1 사용 예제들

공개 메소드들

메소드 설명
Flash ( Window win, UInt32 count = UInt32.MaxValue ) : void
Stop ( Window win ) : void

비공개 메소드들

메소드 설명
FlashWindowEx ( FLASHWINFO &pwfi ) : bool

메소드 상세

Flash() 공개 정적인 메소드

public static Flash ( Window win, UInt32 count = UInt32.MaxValue ) : void
win System.Windows.Window
count System.UInt32
리턴 void

Stop() 공개 정적인 메소드

public static Stop ( Window win ) : void
win System.Windows.Window
리턴 void