Show / Hide Table of Contents

Method Restore

| Edit this page View Source

Restore(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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX