Skip to content
Version 2.11.0
↓ Get the launcher

WindowSpec.Closable property

When true the chrome draws a ✕ close glyph that hides the window. Defaults false (plugin windows manage their own visibility). Independent of Draggable so a window can be draggable without a close button (e.g. the Settings hub).

public bool Closable { get; set; }