Share via


NSView.EnterFullscreenModeWithOptions(NSScreen, NSDictionary) Method

Definition

[Foundation.Export("enterFullScreenMode:withOptions:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool EnterFullscreenModeWithOptions(AppKit.NSScreen screen, Foundation.NSDictionary? options);
[<Foundation.Export("enterFullScreenMode:withOptions:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EnterFullscreenModeWithOptions : AppKit.NSScreen * Foundation.NSDictionary -> bool
override this.EnterFullscreenModeWithOptions : AppKit.NSScreen * Foundation.NSDictionary -> bool

Parameters

screen
NSScreen
options
NSDictionary

Returns

Attributes

Applies to