Contents

isMiniaturized

A Boolean value that indicates whether the window is minimized.

Declaration

var isMiniaturized: Bool { get }

Discussion

The value of this property is true if the window is minimized; otherwise, false. A minimized window is removed from the screen and replaced by a image, icon, or button that represents it, called the counterpart.

See Also

Minimizing Windows