C# 클래스 RemoteMessages.NativeMethods

파일 보기 프로젝트 열기: romsahel/RemoteMessages

공개 프로퍼티들

프로퍼티 타입 설명
WM_SHOWME int
WM_SHOWME_AHK int

공개 메소드들

메소드 설명
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 or until it receives focus

ShowInactiveTopmost ( Form frm ) : void

비공개 메소드들

메소드 설명
Create_FLASHWINFO ( IntPtr handle, uint flags, uint count, uint timeout ) : FLASHWINFO
FlashWindowEx ( FLASHWINFO &pwfi ) : bool
PostMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
PostMessage ( IntPtr hwnd, int msg, IntPtr wparam, IntPtr lparam ) : bool
RegisterWindowMessage ( string message ) : int
SetForegroundWindow ( IntPtr hWnd ) : bool
SetWindowPos ( int hWnd, int hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool
mouse_event ( uint dwFlags, uint dx, uint dy, uint cButtons, UIntPtr dwExtraInfo ) : void
waveOutGetVolume ( IntPtr hwo, uint &dwVolume ) : int
waveOutSetVolume ( IntPtr hwo, uint dwVolume ) : int

메소드 상세

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 or until it receives focus
public static Flash ( System form, uint count ) : bool
form System The Form (Window) to Flash.
count uint The number of times to Flash.
리턴 bool

ShowInactiveTopmost() 공개 정적인 메소드

public static ShowInactiveTopmost ( Form frm ) : void
frm System.Windows.Forms.Form
리턴 void

프로퍼티 상세

WM_SHOWME 공개적으로 정적으로 프로퍼티

public static int WM_SHOWME
리턴 int

WM_SHOWME_AHK 공개적으로 정적으로 프로퍼티

public static int WM_SHOWME_AHK
리턴 int