Contents

indexOfSelectedItem

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

Declaration

var indexOfSelectedItem: Int { get }

Discussion

The value of this property is -1 if no item is selected; otherwise, it is the index of the selected item. Nothing is selected in a newly initialized combo box.

See Also

Manipulating the Selection