Contents

canHide

A Boolean value that indicates whether the window can hide when its application becomes hidden.

Declaration

var canHide: Bool { get set }

Discussion

The value of this property is true if the window can hide when its application becomes hidden (during execution of the `NSApplication```NSApplication/hide(_:)`` method); otherwise, false. By default, the value of the property is true.

See Also

Configuring the Window’s Appearance