indexOfItem(withTarget:andAction:)
Returns the index of the menu item with the specified target and action.
Declaration
func indexOfItem(withTarget target: Any?, andAction actionSelector: Selector?) -> IntParameters
- target:
The target object associated with the menu item.
- actionSelector:
The action method associated with the menu item.
Return Value
The index of the menu item, or -1 if no menu item contains the specified target and action.
Discussion
If you specify NULL for the actionSelector parameter, the index of the first menu item with the specified target is returned. This method invokes the method of the same name of its NSPopUpButtonCell object.