Click or drag to resize

WindowState Enumeration

State of a Window

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum WindowState
Members
  Member nameValueDescription
Normal0 Normal, windowed state
Maximized1 Window is maximized, taking the entire screen space
Minimized2 Window is minimized to the dock/taskbar/etc.
See Also