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.

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)
- This parameter is not currently used—pass nil.
- options (NSDictionary)
- This parameter is not currently used—pass nil.

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

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