worksWhenModal
A Boolean value that indicates whether the window is able to receive keyboard and mouse events even when some other window is being run modally.
Declaration
var worksWhenModal: Bool { get }Discussion
The value of this property is true if the window is able to receive keyboard and mouse events even when some other window is being run modally; otherwise, false. By default, the NSWindow value of this property is false. Only subclasses of NSPanel should override this default.