C# 클래스 Gwupe.Agent.FlashWindowHelper

파일 보기 프로젝트 열기: gwupe/Gwupe

Private Properties

프로퍼티 타입 설명
CreateFlashInfoStruct FLASHWINFO
FlashWindowEx bool
InitializeHandle void

공개 메소드들

메소드 설명
Flash ( IntPtr hwnd ) : bool

Flash the spacified Window (Form) until it recieves focus.

Flash ( IntPtr hwnd, uint count ) : bool

Flash the specified Window (form) for the specified number of times

FlashApplicationWindow ( ) : void
FlashWindowHelper ( Application app ) : System
StopFlashing ( ) : void

비공개 메소드들

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

메소드 상세

Flash() 공개 정적인 메소드

Flash the spacified Window (Form) until it recieves focus.
public static Flash ( IntPtr hwnd ) : bool
hwnd System.IntPtr
리턴 bool

Flash() 공개 정적인 메소드

Flash the specified Window (form) for the specified number of times
public static Flash ( IntPtr hwnd, uint count ) : bool
hwnd System.IntPtr The handle of the Window to Flash.
count uint The number of times to Flash.
리턴 bool

FlashApplicationWindow() 공개 메소드

public FlashApplicationWindow ( ) : void
리턴 void

FlashWindowHelper() 공개 메소드

public FlashWindowHelper ( Application app ) : System
app System.Windows.Application
리턴 System

StopFlashing() 공개 메소드

public StopFlashing ( ) : void
리턴 void