SidebarLibrary.Win32.WindowsAPI.SetForegroundWindow C# (CSharp) Method

SetForegroundWindow() private method

private SetForegroundWindow ( IntPtr hWnd ) : bool
hWnd System.IntPtr
return bool
		static public extern bool SetForegroundWindow(IntPtr hWnd);
		[DllImport("user32.dll", CharSet=CharSet.Auto)]