Share via


INSWindowDelegate.CustomWindowsToEnterFullScreen(NSWindow) Method

Definition

[Foundation.Export("customWindowsToEnterFullScreenForWindow:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSWindow[] CustomWindowsToEnterFullScreen(AppKit.NSWindow window);
[<Foundation.Export("customWindowsToEnterFullScreenForWindow:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CustomWindowsToEnterFullScreen : AppKit.NSWindow -> AppKit.NSWindow[]
override this.CustomWindowsToEnterFullScreen : AppKit.NSWindow -> AppKit.NSWindow[]

Parameters

window
NSWindow

Returns

Attributes

Applies to