Retrieves the currently selected item in the combo box.
public final Object getSelectedItem()
Returns an object that represents the current selection in a combo box. Returns null if no item is currently selected or if the combo box style property is ComboBoxStyle.SIMPLE.
See Also setSelectedItem