Contents

itemArray

The array of menu item objects associated with the button.

Declaration

var itemArray: [NSMenuItem] { get }

Discussion

This property contains an array of NSMenuItem objects representing the items in the menu. Usually, you access menu items using the methods and properties of this class rather than accessing the items directly.

See Also

Related Documentation

Getting menu items