Contents

windowsMenu

The Window menu of the app.

Declaration

var windowsMenu: NSMenu? { get set }

Return Value

The window menu or nil if such a menu does not exist or has not yet been created.

Discussion

This property contains the app’s Window menu or nil if such a menu does not yet exist or has not yet been created. You can use this property to specify the Window menu for your app.

See Also

Managing the Window Menu