MonobjcMonobjc Documented Class Library
EnterFullScreenModeWithOptions Method (screen, options)
NamespacesMonobjc.AppKitNSViewEnterFullScreenModeWithOptions(NSScreen, NSDictionary)

Sets the receiver to full screen mode.

Original signature is '- (BOOL)enterFullScreenMode:(NSScreen *)screen withOptions:(NSDictionary *)options'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool EnterFullScreenModeWithOptions(
	NSScreen screen,
	NSDictionary options
)
Public Overridable Function EnterFullScreenModeWithOptions ( _
	screen As NSScreen, _
	options As NSDictionary _
) As Boolean
public:
virtual bool EnterFullScreenModeWithOptions(
	NSScreen^ screen, 
	NSDictionary^ options
)
Parameters
screen (NSScreen)
The screen the receiver should cover.
options (NSDictionary)
A dictionary of options for the mode. For possible keys, see “Full Screen Mode Options”.
Return Value
YES if the receiver was able to enter full screen mode, otherwise NO.
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)