ZForge.Controls.HeaderPanelNativeMethods.SetWindowPos C# (CSharp) Method

SetWindowPos() private method

private SetWindowPos ( IntPtr hWnd, IntPtr hWndAfter, Int32 x, Int32 y, Int32 cx, Int32 cy, UInt32 uFlags ) : Int32
hWnd System.IntPtr
hWndAfter System.IntPtr
x System.Int32
y System.Int32
cx System.Int32
cy System.Int32
uFlags System.UInt32
return System.Int32
        public static extern Int32 SetWindowPos(IntPtr hWnd, IntPtr hWndAfter, Int32 x, Int32 y, Int32 cx, Int32 cy, UInt32 uFlags);

Same methods

HeaderPanelNativeMethods::SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, int flags ) : bool