Window.IsOpen Property

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)
Syntax
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: Boolean
True if the window is opened
See Also