Method MaximizeWindow
| Edit this page View SourceMaximizeWindow(nint)
Maximizes the specified window.
Declaration
public static bool MaximizeWindow(nint hWnd)
Parameters
| Type | Name | Description |
|---|---|---|
| nint | hWnd | Window handle |
Returns
| Type | Description |
|---|---|
| bool |
|