SelectedItem Property (JComboBox)

Class

JComboBox.

Action

Gets the current selected item.

Syntax

C#
protected ItemIdentifier SelectedItem { get; }
VB
'Declaration
Protected Read Property SelectedItem As ItemIdentifier

Access

Read only.

Examples

VB

Dim selectedItem As String = colorsComboBox.SelectedItem