Click or drag to resize

WindowIHandlerMaximizable Property

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

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

Property Value

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