Method SetIsMinimizable
| Edit this page View SourceSetIsMinimizable(Window, bool)
Declaration
public static void SetIsMinimizable(this Window window, bool enable)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window | window |
| bool | enable |
|
Remarks
The presenter must be an overlapped presenter.
Exceptions
| Type | Condition |
|---|---|
| NotSupportedException | Throw if the AppWindow Presenter isn't an overlapped presenter. |