SFML.Net
WindowIsOpen Property |
Tell whether or not the window is opened (ie. has been created).
Note that a hidden window (Show(false))
will still return true
Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)

public virtual bool IsOpen { get; }
Public Overridable ReadOnly Property IsOpen As Boolean Get
public: virtual property bool IsOpen { bool get (); }
abstract IsOpen : bool with get override IsOpen : bool with get
Return Value
Type: BooleanTrue if the window is opened
