C# 클래스 PTK.Extensions.WindowExtensions

파일 보기 프로젝트 열기: prom3theu5/iNGEN-Ark-RCON-Desktop

공개 메소드들

메소드 설명
FlashWindow ( this win, uint count = uint.MaxValue ) : void
StopFlashing ( this win ) : void

비공개 메소드들

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

메소드 상세

FlashWindow() 공개 정적인 메소드

public static FlashWindow ( this win, uint count = uint.MaxValue ) : void
win this
count uint
리턴 void

StopFlashing() 공개 정적인 메소드

public static StopFlashing ( this win ) : void
win this
리턴 void