AGS.Editor.Components.HelpCommandsComponent.SetWindowPos C# (CSharp) Method

SetWindowPos() private method

private SetWindowPos ( IntPtr windowHandle, IntPtr handleInsertAfter, int x, int y, int cx, int cy, uint flags ) : bool
windowHandle System.IntPtr
handleInsertAfter System.IntPtr
x int
y int
cx int
cy int
flags uint
return bool
        private static extern bool SetWindowPos(IntPtr windowHandle, IntPtr handleInsertAfter, int x, int y, int cx, int cy, uint flags);