C# Класс AIMS.Libraries.Forms.Docking.User32

Показать файл Открыть проект

Приватные методы

Метод Описание
AnimateWindow ( IntPtr hWnd, uint dwTime, FlagsAnimateWindow dwFlags ) : bool
BeginPaint ( IntPtr hWnd, PAINTSTRUCT &ps ) : IntPtr
ClientToScreen ( IntPtr hWnd, POINT &pt ) : bool
DefWindowProc ( IntPtr hWnd, int msg, IntPtr wParam, IntPtr lParam ) : IntPtr
DispatchMessage ( MSG &msg ) : bool
DragDetect ( IntPtr hWnd, Point pt ) : bool
DrawFocusRect ( IntPtr hWnd, RECT &rect ) : bool
EnableWindow ( IntPtr hwnd, bool bEnable ) : int
EndPaint ( IntPtr hWnd, PAINTSTRUCT &ps ) : bool
GetDC ( IntPtr hWnd ) : IntPtr
GetDesktopWindow ( ) : IntPtr
GetFocus ( ) : IntPtr
GetKeyState ( int virtKey ) : ushort
GetMessage ( MSG &msg, int hWnd, uint wFilterMin, uint wFilterMax ) : bool
GetParent ( IntPtr hWnd ) : IntPtr
GetSysColorBrush ( int index ) : IntPtr
GetWindowDC ( IntPtr hWnd ) : IntPtr
GetWindowLong ( IntPtr hWnd, int Index ) : int
GetWindowRect ( IntPtr hWnd, RECT &rect ) : bool
HideCaret ( IntPtr hWnd ) : bool
InvalidateRect ( IntPtr hWnd, RECT &rect, bool erase ) : bool
LoadCursor ( IntPtr hInstance, uint cursor ) : IntPtr
LockWindowUpdate ( IntPtr hWnd ) : bool
MoveWindow ( IntPtr hWnd, int x, int y, int width, int height, bool repaint ) : bool
PeekMessage ( MSG &msg, IntPtr hWnd, uint wFilterMin, uint wFilterMax, uint wFlag ) : bool
PostMessage ( IntPtr hWnd, int Msg, uint wParam, uint lParam ) : bool
ReleaseCapture ( ) : bool
ReleaseDC ( IntPtr hWnd, IntPtr hDC ) : int
ScreenToClient ( IntPtr hWnd, POINT &pt ) : bool
SendMessage ( IntPtr hWnd, int Msg, IntPtr wParam, IntPtr lParam ) : uint
SendMessage ( IntPtr hWnd, int Msg, uint wParam, uint lParam ) : uint
SetCursor ( IntPtr hCursor ) : IntPtr
SetFocus ( IntPtr hWnd ) : IntPtr
SetWindowLong ( IntPtr hWnd, int Index, int Value ) : int
SetWindowPos ( IntPtr hWnd, IntPtr hWndAfter, int X, int Y, int Width, int Height, FlagsSetWindowPos flags ) : int
SetWindowRgn ( IntPtr hWnd, IntPtr hRgn, bool redraw ) : bool
ShowCaret ( IntPtr hWnd ) : bool
ShowScrollBar ( IntPtr hWnd, int wBar, int bShow ) : int
ShowWindow ( IntPtr hWnd, short cmdShow ) : int
SystemParametersInfo ( SystemParametersInfoActions uAction, uint uParam, uint &lpvParam, uint fuWinIni ) : bool
TrackMouseEvent ( TRACKMOUSEEVENTS &tme ) : bool
TranslateMessage ( MSG &msg ) : bool
UpdateLayeredWindow ( IntPtr hwnd, IntPtr hdcDst, POINT &pptDst, SIZE &psize, IntPtr hdcSrc, POINT &pprSrc, Int32 crKey, BLENDFUNCTION &pblend, Int32 dwFlags ) : bool
WaitMessage ( ) : bool
WindowFromPoint ( POINT point ) : IntPtr