MonobjcMonobjc Documented Class Library
NSFullScreenModeApplicationPresentationOptions Field
NamespacesMonobjc.AppKitNSViewNSFullScreenModeApplicationPresentationOptions

Key whose corresponding value specifies the application presentation options..

The corresponding value is an instance of NSNumber containing an unsigned integer value of NSApplicationPresentationOptions. Those options can be combined using the C bit-wise OR operator before created the NSNumber instance. See NSApplication Class Reference constants section NSApplicationPresentationOptions for more information on these options.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSFullScreenModeApplicationPresentationOptions
Public Shared ReadOnly NSFullScreenModeApplicationPresentationOptions As NSString
public:
static initonly NSString^ NSFullScreenModeApplicationPresentationOptions
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)