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; }
Public Property Minimizable As Boolean
Get
Set
member Minimizable : bool with get, set
Property Value
Type:
Booleantrue if minimizable; otherwise,
false.
Remarks
This may hide or disable the maximize button on the title bar.
See Also