NSApplicationDelegate.ApplicationShouldHandleReopen 方法

定义

[Foundation.Export("applicationShouldHandleReopen:hasVisibleWindows:")]
public virtual bool ApplicationShouldHandleReopen (AppKit.NSApplication sender, bool hasVisibleWindows);
abstract member ApplicationShouldHandleReopen : AppKit.NSApplication * bool -> bool
override this.ApplicationShouldHandleReopen : AppKit.NSApplication * bool -> bool

参数

sender
NSApplication
hasVisibleWindows
Boolean

返回

属性

适用于