MonobjcMonobjc Documented Class Library
ExitFullScreenModeWithOptions Method (options)
NamespacesMonobjc.AppKitNSViewExitFullScreenModeWithOptions(NSDictionary)

Instructs the receiver to exit full screen mode.

Original signature is '- (void)exitFullScreenModeWithOptions:(NSDictionary *)options'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ExitFullScreenModeWithOptions(
	NSDictionary options
)
Public Overridable Sub ExitFullScreenModeWithOptions ( _
	options As NSDictionary _
)
public:
virtual void ExitFullScreenModeWithOptions(
	NSDictionary^ options
)
Parameters
options (NSDictionary)
A dictionary of options for the mode. For possible keys, see “Full Screen Mode Options”.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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