Contents

item(at:)

Returns the menu item at a specific location of the menu.

Declaration

func item(at index: Int) -> NSMenuItem?

Parameters

  • index:

    An integer index locating a menu item in a menu.

Return Value

The found menu item (an object conforming to the NSMenuItem protocol) or nil if the object couldn’t be found.

Discussion

This method raises an exception if index is out of bounds.

See Also

Related Documentation

Finding Menu Items