Instructs the panel to exit full screen mode.
Original signature is '- (void)exitFullScreenModeWithOptions:(NSDictionary *)options'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public virtual void ExitFullScreenModeWithOptions( NSDictionary options )
Public Overridable Sub ExitFullScreenModeWithOptions ( _ options As NSDictionary _ )
public: virtual void ExitFullScreenModeWithOptions( NSDictionary^ options )

- options (NSDictionary)
- This parameter is not currently used—pass nil.

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