Method GetIsMinimizable
| Edit this page View SourceGetIsMinimizable(Window)
Gets a value indicating whether this window is minimizeable or not.
Declaration
public static bool GetIsMinimizable(this Window window)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | window | window |
Returns
| Type | Description |
|---|---|
| bool |
|