Method Restore
| Edit this page View SourceRestore(Window)
Activates and displays the window. If the window is minimized or maximized, the system restores it to its original size and position.
Declaration
public static void Restore(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. |