Show / Hide Table of Contents

Method SetIsMinimizable

| Edit this page View Source

SetIsMinimizable(Window, bool)

Declaration
public static void SetIsMinimizable(this Window window, bool enable)
Parameters
Type Name Description
Window window

window

bool enable

true if this window should be minimizable.

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