共用方式為


QLPreviewPanel.EnterFullScreenMode 方法

定義

多載

EnterFullScreenMode()
EnterFullScreenMode(NSScreen, NSDictionary)

EnterFullScreenMode()

public bool EnterFullScreenMode ();
member this.EnterFullScreenMode : unit -> bool

傳回

適用於

EnterFullScreenMode(NSScreen, NSDictionary)

[Foundation.Export("enterFullScreenMode:withOptions:")]
public virtual bool EnterFullScreenMode (AppKit.NSScreen screen, Foundation.NSDictionary options);
abstract member EnterFullScreenMode : AppKit.NSScreen * Foundation.NSDictionary -> bool
override this.EnterFullScreenMode : AppKit.NSScreen * Foundation.NSDictionary -> bool

參數

screen
NSScreen
options
NSDictionary

傳回

屬性

適用於