SelectedItem Property (JComboBox)

Class

JComboBox.

Action

Gets the current selected item.

Syntax

'Declaration
Protected Read Property SelectedItem As ItemIdentifier

Access

Read only.

Examples

Dim selectedItem As String = colorsComboBox.SelectedItem