Method SetForegroundWindow
| Edit this page View SourceSetForegroundWindow(Window)
Brings the thread that created the specified window into the foreground and activates the window.
Declaration
public static bool SetForegroundWindow(this Window window)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window | The window that should be activated and brought to the foreground. |
Returns
| Type | Description |
|---|---|
| bool |
|