QLPreviewPanelDelegate.WillUseFullScreenPresentationOptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("window:willUseFullScreenPresentationOptions:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual AppKit.NSApplicationPresentationOptions WillUseFullScreenPresentationOptions (AppKit.NSWindow window, AppKit.NSApplicationPresentationOptions proposedOptions);
abstract member WillUseFullScreenPresentationOptions : AppKit.NSWindow * AppKit.NSApplicationPresentationOptions -> AppKit.NSApplicationPresentationOptions
override this.WillUseFullScreenPresentationOptions : AppKit.NSWindow * AppKit.NSApplicationPresentationOptions -> AppKit.NSApplicationPresentationOptions
Parameters
- window
- NSWindow
- proposedOptions
- NSApplicationPresentationOptions
Returns
- Attributes