Method ShowWindow
ShowWindow(Window)
Declaration
public static void ShowWindow(Window window)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window |
ShowWindow(nint)
Declaration
public static bool ShowWindow(nint handle)
Parameters
| Type | Name | Description |
|---|---|---|
| nint | handle |
Returns
| Type | Description |
|---|---|
| bool |
ShowWindow(nint, WindowShowStyle)
Declaration
public static bool ShowWindow(nint handle, User32.WindowShowStyle showStyle)
Parameters
| Type | Name | Description |
|---|---|---|
| nint | handle | |
| User32.WindowShowStyle | showStyle |
Returns
| Type | Description |
|---|---|
| bool |