QLPreviewPanel.EnterFullScreenMode 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.
Overloads
EnterFullScreenMode() | |
EnterFullScreenMode(NSScreen, NSDictionary) |
EnterFullScreenMode()
public bool EnterFullScreenMode ();
member this.EnterFullScreenMode : unit -> bool
Returns
Applies to
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
Parameters
- screen
- NSScreen
- options
- NSDictionary
Returns
- Attributes