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.

C# | Visual Basic | Visual C++ |
public virtual NSApplicationPresentationOptions CurrentSystemPresentationOptions { get; }
Public Overridable ReadOnly Property CurrentSystemPresentationOptions As NSApplicationPresentationOptions Get
public: virtual property NSApplicationPresentationOptions CurrentSystemPresentationOptions { NSApplicationPresentationOptions get (); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)