CSharpSlam.MessageBoxHelper.NativeMethods.SetWindowPos C# (CSharp) Method

SetWindowPos() private method

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
return bool
            internal static extern bool SetWindowPos(int hWnd, int hWndInsertAfter, int X, int Y, int cx, int cy, int uFlags);