バージョン

ComboBoxListItem コンストラクタ

ComboBoxListItem クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal dataValue As Object, _
   ByVal displayText As String _
)
public ComboBoxListItem( 
   object dataValue,
   string displayText
)

パラメータ

dataValue
項目のデータ値。
displayText
項目に表示するテキスト。
参照