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