public static extern bool SetWindowPos(IntPtr hWnd,
                                        SetWindowPositionInsertAfterType hWndInsertAfter,
                                        int x,
                                        int y,
                                        int cx,
                                        int cy,
                                        SetWindowPositionFlags uFlags);
Beispiel #2
0
 public static extern bool SetWindowPos(IntPtr hWnd,
                                        SetWindowPositionInsertAfterType hWndInsertAfter,
                                        int x,
                                        int y,
                                        int cx,
                                        int cy,
                                        SetWindowPositionFlags uFlags);
Beispiel #3
0
 static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, SetWindowPositionFlags wFlags);
 internal static extern Boolean SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, SetWindowPositionFlags uFlags);
Beispiel #5
0
 private static extern bool SetWindowPos(IntPtr hWnd, SetWindowPositionInsertAfterFlags position, int X, int Y, int cx, int cy, SetWindowPositionFlags uFlags);