Contents

indexOfSelectedItem

The index of the last item selected from the pop-up list.

Declaration

var indexOfSelectedItem: Int { get }

Discussion

The index of the last item selected from the combo box’s pop-up list or –1 if no item is selected. Note that nothing is initially selected in a newly initialized combo box cell.

See Also

Manipulating the Selection