Contents

removeAllItems()

Removes all the menu items in the menu.

Declaration

func removeAllItems()

Discussion

This method is more efficient than removing menu items individually.

Unlike the other remove methods, this method does not post didChangeItemNotification notifications.

See Also

Adding and Removing Menu Items