windowcontrol
Window control refers to the user interface element and the associated system support that manages an application's window within a graphical user interface. It may denote a top‑level window created by an application or a control provided by a UI toolkit that abstracts a platform's window management facilities. In desktop environments, window controls typically include decorations such as a title bar and borders and provide controls for minimizing, maximizing/restoring, and closing the window. They also support moving the window by dragging the title bar, resizing by dragging edges or corners, and controlling the window’s state (maximized, minimized, restored). Window controls may also participate in modality (dialog windows) and taskbar or dock integration, enabling activation, grouping, and switching.
Implementation varies by platform and toolkit. In many desktop toolkits, a Window object encapsulates properties for
In web applications, the term window control is less formal but may refer to browser windows or
See also: window manager, window decoration, modal dialog, taskbar, z-order.