WindowWindowState Property |
Gets or sets the state of the window.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public WindowState WindowState { get; set; }
Public Property WindowState As WindowState
Get
Set
member WindowState : WindowState with get, set
Property Value
Type:
WindowStateThe state of the window.
See Also