Items プロパティ (JComboBox)

クラス

JComboBox.

処理

[読み取り専用] すべての含まれる項目のリスト。

構文

C#
protected List(Of ItemIdentifier) Items { get; }
VB
'Declaration
Protected Read Property Items As List(Of ItemIdentifier)

アクセス

読み取り専用。

VB

Dim items As IList = colorsComboBox.Items