Prizm.Main.WinApi.SetForegroundWindow C# (CSharp) Method

SetForegroundWindow() private method

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