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