Method ShowWindow
| Edit this page View SourceShowWindow(nint)
Activates the window and displays it in its current size and position.
Declaration
public static bool ShowWindow(nint hWnd)
Parameters
Type | Name | Description |
---|---|---|
nint | hWnd | Window handle |
Returns
Type | Description |
---|---|
bool |
|