Show / Hide Table of Contents

Method MinimizeWindow

| Edit this page View Source

MinimizeWindow(nint)

Minimizes the specified window and activates the next top-level window in the Z order.

Declaration
public static bool MinimizeWindow(nint hWnd)
Parameters
Type Name Description
nint hWnd

Window handle

Returns
Type Description
bool

true if the window was previously visible, or false if the window was previously hidden.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX