SelectedIndex プロパティ (JComboBox)

クラス

JComboBox.

処理

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

構文

C#
protected Integer SelectedIndex { get; }
VB
'Declaration
Protected Read Property SelectedIndex As Integer

アクセス

読み取り専用。

VB

Dim selectedIndex As Integer = colorsComboBox.SelectedIndex