Method |
Description |
|
BitBlt ( IntPtr hObject, int nXDest, int nYDest, int nWidth, int nHeight, IntPtr hObjSource, int nXSrc, int nYSrc, TernaryRasterOperations dwRop ) : bool |
|
|
CreateCompatibleBitmap ( IntPtr hDC, int nWidth, int nHeight ) : IntPtr |
|
|
CreateCompatibleDC ( IntPtr hDC ) : IntPtr |
|
|
DeleteDC ( IntPtr hDC ) : bool |
|
|
DeleteObject ( IntPtr hObject ) : bool |
|
|
DisableProcessWindowsGhosting ( ) : void |
|
|
FindWindow ( String lpClassName, String lpWindowName ) : IntPtr |
|
|
GetAsyncKeyState ( int nVirtKey ) : short |
|
|
GetDCEx ( IntPtr hwnd, IntPtr hrgnclip, uint fdwOptions ) : IntPtr |
|
|
GetDesktopWindow ( ) : IntPtr |
|
|
GetWindowDC ( IntPtr hWnd ) : IntPtr |
|
|
GetWindowLong ( IntPtr hWnd, Int32 Offset ) : Int32 |
|
|
GetWindowRect ( IntPtr hwnd, System.Windows.Forms.RECT &lpRect ) : int |
|
|
HeaderPanelNativeMethods ( ) : System |
|
|
PeekMessage ( Message &msg, IntPtr hwnd, int msgMin, int msgMax, int remove ) : bool |
|
|
RedrawWindow ( IntPtr hWnd, IntPtr rectUpdate, IntPtr hrgnUpdate, uint flags ) : bool |
|
|
ReleaseDC ( IntPtr hwnd, IntPtr hDC ) : int |
|
|
SHAppBarMessage ( System dwMessage, APPBARDATA &data ) : UInt32 |
|
|
SelectObject ( IntPtr hDC, IntPtr hObject ) : IntPtr |
|
|
SendMessage ( IntPtr hwnd, int wMsg, IntPtr wParam, IntPtr lParam ) : int |
|
|
SetParent ( IntPtr hWndChild, IntPtr hParent ) : IntPtr |
|
|
SetWindowLong ( IntPtr hWnd, Int32 Offset, Int32 newLong ) : Int32 |
|
|
SetWindowPos ( IntPtr hWnd, IntPtr hWndAfter, Int32 x, Int32 y, Int32 cx, Int32 cy, UInt32 uFlags ) : Int32 |
|
|
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, int flags ) : bool |
|
|
SetWindowTheme ( IntPtr hwnd, String pszSubAppName, String pszSubIdList ) : int |
|
|
ShowWindow ( IntPtr hWnd, Int32 dwFlags ) : Int32 |
|
|
SystemParametersInfo ( System uiAction, System uiParam, System pvParam, System fWinIni ) : Int32 |
|
|
_TrackMouseEvent ( TRACKMOUSEEVENT tme ) : bool |
|
|