CSharpSlam.MessageBoxHelper.NativeMethods.SetWindowPos C# (CSharp) Méthode

SetWindowPos() private méthode

private SetWindowPos ( int hWnd, int hWndInsertAfter, int X, int Y, int cx, int cy, int uFlags ) : bool
hWnd int
hWndInsertAfter int
X int
Y int
cx int
cy int
uFlags int
Résultat bool
            internal static extern bool SetWindowPos(int hWnd, int hWndInsertAfter, int X, int Y, int cx, int cy, int uFlags);