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.

C# | Visual Basic | Visual 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 )

- 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”.

YES if the receiver was able to enter full screen mode, otherwise NO.

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