Esempio n. 1
0
 internal static extern int SetWindowPos(
     IntPtr hWnd,
     IntPtr hWndAfter,
     int X,
     int Y,
     int Width,
     int Height,
     FlagsSetWindowPos flags);
 public static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy,
     FlagsSetWindowPos uFlags);
 public static extern int SetWindowPos(IntPtr hWnd, IntPtr hWndAfter, int X, int Y, int Width, int Height, FlagsSetWindowPos flags);
Esempio n. 4
0
 public static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, FlagsSetWindowPos uFlags);
Esempio n. 5
0
 public static extern int SetWindowPos(IntPtr hWnd, IntPtr hWndAfter, int x, int y, int width, int height, FlagsSetWindowPos flags);
Esempio n. 6
0
 internal extern static bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter,
                                          int x, int y, int cx, int cy, FlagsSetWindowPos uflags);
Esempio n. 7
0
 public static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndAfter, int X, int Y, int Width, int Height, FlagsSetWindowPos flags);
Esempio n. 8
0
 public static extern int SetWindowPos(IntPtr hWnd, IntPtr hWndAfter, int x, int y, int width, int height, FlagsSetWindowPos flags);