fullScreenModeApplicationPresentationOptions
Key whose corresponding value specifies the application presentation options.
Declaration
static let fullScreenModeApplicationPresentationOptions: NSView.FullScreenModeOptionKeyDiscussion
The corresponding value is an instance of NSNumber containing an unsigned integer value of NSApplication.PresentationOptions. Those options can be combined using the C bit-wise OR operator before created the NSNumber instance. See NSApplication constants section NSApplication.PresentationOptions for more information on these options.