Contents

indexOfItem(at:)

Returns the index of the item at the specified location.

Declaration

func indexOfItem(at point: NSPoint) -> Int

Parameters

  • point:

    The location of the item.

Return Value

The index of the item or NSNotFound if no item at this location.

See Also

Getting Item Information