Closes the window
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual void Close()
Public Overridable Sub Close
abstract Close : unit -> unit
override Close : unit -> unit
Remarks
Note that once a window is closed, it cannot be shown again in most platforms.
See Also