Method MinimizeWindow
| Edit this page View SourceMinimizeWindow(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 | 
  |