C# Class YamuiFramework.Helper.WinApi

ファイルを表示 Open project: jcaillon/3P

Public Properties

Property Type Description
HWND_TOPMOST System.IntPtr

Public Methods

Method Description
GetCursorPosition ( ) : Point
GetWindowRect ( IntPtr hWnd ) : Rectangle

Private Methods

Method Description
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

Method Details

GetCursorPosition() public static method

public static GetCursorPosition ( ) : Point
return Point

GetWindowRect() public static method

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

Property Details

HWND_TOPMOST public_oe static_oe property

public static IntPtr,System HWND_TOPMOST
return System.IntPtr