C# 클래스 YamuiFramework.Helper.WinApi

파일 보기 프로젝트 열기: jcaillon/3P

공개 프로퍼티들

프로퍼티 타입 설명
HWND_TOPMOST System.IntPtr

공개 메소드들

메소드 설명
GetCursorPosition ( ) : Point
GetWindowRect ( IntPtr hWnd ) : Rectangle

비공개 메소드들

메소드 설명
DrawMenuBar ( IntPtr hWnd ) : bool
GetActiveWindow ( ) : IntPtr
GetCursorPos ( POINT &lpPoint ) : bool
GetForegroundWindow ( ) : IntPtr
GetMenuItemCount ( IntPtr hMenu ) : int
GetSystemMenu ( IntPtr hWnd, bool bRevert ) : IntPtr
GetWindowRect ( IntPtr hWnd, Rectangle &lpRect ) : long
ReleaseCapture ( ) : bool
RemoveMenu ( IntPtr hMenu, uint uPosition, uint uFlags ) : bool
SendMessage ( IntPtr hWnd, int msg, IntPtr wp, IntPtr lp ) : IntPtr
SendMessage ( IntPtr hWnd, int Msg, int wParam, int lParam ) : int
SendMessageRefRect ( IntPtr hWnd, uint msg, int wParam, RECT &rect ) : int
SetForegroundWindow ( IntPtr hWnd ) : bool
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags ) : bool

메소드 상세

GetCursorPosition() 공개 정적인 메소드

public static GetCursorPosition ( ) : Point
리턴 Point

GetWindowRect() 공개 정적인 메소드

public static GetWindowRect ( IntPtr hWnd ) : Rectangle
hWnd System.IntPtr
리턴 System.Drawing.Rectangle

프로퍼티 상세

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

public static IntPtr,System HWND_TOPMOST
리턴 System.IntPtr