バージョン

Item プロパティ (DropDownItemCollection)

コントロール内の項目のコレクションを取得します。
シンタックス
'宣言
 
Public Shadows Default Property Item( _
   ByVal index As Integer _
) As DropDownItem
public new DropDownItem this[ 
   int index
]; {get; set;}

パラメータ

index
コレクションから取得する DropDownItem の 0 から始まるインデックス番号。
参照