Show / Hide Table of Contents

Method Minimize

| Edit this page View Source

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

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