SelectedItem プロパティ (JComboBox)

クラス

JComboBox.

処理

[読み取り専用] 現在選択されている項目。

構文

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

アクセス

読み取り専用。

VB

Dim selectedItem As String = colorsComboBox.SelectedItem