hidesOnDeactivate
A Boolean value that indicates whether the window is removed from the screen when its application becomes inactive.
Declaration
var hidesOnDeactivate: Bool { get set }Discussion
The value of this property is true if the window is removed from the screen when its application is deactivated; false if it remains onscreen. The default value for NSWindow is false; the default value for NSPanel is true.