FlatRedBall.Glue.ProcessManager.SetForegroundWindow C# (CSharp) Method

SetForegroundWindow() private method

private SetForegroundWindow ( IntPtr hWnd ) : bool
hWnd System.IntPtr
return bool
        private static extern bool SetForegroundWindow(IntPtr hWnd);