A Boolean value that indicates whether the window can be hidden when its application becomes hidden (during execution of the NSApplication
hide:
method).
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
@property BOOL canHide;
Discussion
The value of this property is YES
if the window can be hidden when its application becomes hidden; otherwise, NO
. By default, the value of the property is YES
.