SelectedIndex プロパティ (JComboBox)

クラス

JComboBox.

処理

[読み取り専用] 現在選択されている項目のインデックス。 The value is zero-based.。

構文

'Declaration
Protected Read Property SelectedIndex As Integer

アクセス

読み取り専用。

Dim selectedIndex As Integer = colorsComboBox.SelectedIndex