Click or drag to resize

WindowMinimizable Property

Gets or sets a value indicating whether this Window can be minimized.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Minimizable { get; set; }

Property Value

Type: Boolean
true if minimizable; otherwise, false.
Remarks
This may hide or disable the maximize button on the title bar.
See Also