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

Instructs the panel to enter full screen mode.

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

Available in Mac OS X v10.6 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)
This parameter is not currently used—pass nil.
options (NSDictionary)
This parameter is not currently used—pass nil.
Return Value
YES if the panel 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)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)