MonobjcMonobjc Documented Class Library
CurrentSystemPresentationOptions Property
NamespacesMonobjc.AppKitNSApplicationCurrentSystemPresentationOptions

Returns the set of application presentation options that are currently in effect for the system.

Original signature is '- (NSApplicationPresentationOptions)currentSystemPresentationOptions'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSApplicationPresentationOptions CurrentSystemPresentationOptions { get; }
Public Overridable ReadOnly Property CurrentSystemPresentationOptions As NSApplicationPresentationOptions
	Get
public:
virtual property NSApplicationPresentationOptions CurrentSystemPresentationOptions {
	NSApplicationPresentationOptions get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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