Ejemplo n.º 1
0
 static public extern bool GetMenuItemRect(IntPtr hWnd, IntPtr hMenu, uint Item, ref APIsStructs.RECT rc);
Ejemplo n.º 2
0
 public static extern void SendMessage(IntPtr hWnd, int msg, int wParam, ref APIsStructs.RECT lParam);
Ejemplo n.º 3
0
 static public extern int ScrollWindowEx(IntPtr hWnd, int dx, int dy,
                                         ref APIsStructs.RECT rcScroll, ref APIsStructs.RECT rcClip, IntPtr UpdateRegion, ref APIsStructs.RECT rcInvalidated, uint flags);
Ejemplo n.º 4
0
 static public extern bool ValidateRect(IntPtr hWnd, ref APIsStructs.RECT rcInvalidated);
Ejemplo n.º 5
0
 public static extern bool GetWindowRect(IntPtr hWnd, ref APIsStructs.RECT rect);
Ejemplo n.º 6
0
 public static extern int FillRect(IntPtr hDC, ref APIsStructs.RECT rect, IntPtr hBrush);
Ejemplo n.º 7
0
 static public extern int DrawFrameControl(IntPtr hDc, APIsStructs.RECT rect, APIsEnums.DrawFrameControlFlags nType, APIsEnums.DrawFrameControlStateFlags nState);
Ejemplo n.º 8
0
 public extern static int InvalidateRect(IntPtr hWnd, ref APIsStructs.RECT rc, int bErase);
Ejemplo n.º 9
0
 public extern static int GetClientRect(IntPtr hWnd, ref APIsStructs.RECT rc);
Ejemplo n.º 10
0
 public extern static int DrawText(IntPtr hdc, string lpString, int nCount, ref APIsStructs.RECT lpRect, APIsEnums.DrawTextFormatFlags flags);
Ejemplo n.º 11
0
 static public extern int DrawThemeBackground(
     IntPtr hWnd, IntPtr hDc, int iPartId, int iStateId,
     APIsStructs.RECT pRect, APIsStructs.RECT pClipRect);