Method Minimize
| Edit this page View SourceMinimize(Window)
Minimizes the specified window and activates the next top-level window in the Z order.
Declaration
public static void Minimize(this Window window)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window | Window |
Remarks
The presenter must be an overlapped presenter.
Exceptions
| Type | Condition |
|---|---|
| NotSupportedException | Throw if the AppWindow Presenter isn't an overlapped presenter. |