MultiSelect for WinForms
Item プロパティ (DropDownItemCollection)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > DropDownItemCollection クラス : Item プロパティ
The indexed location of the item in the collection.
Gets or sets the item at the specified indexed location in the collection.
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As DropDownItem
public DropDownItem this[ 
   System.int index
]; {get; set;}

パラメータ

index
The indexed location of the item in the collection.

プロパティ値

An DropDownItem that represents the item at the specified indexed location.
参照

DropDownItemCollection クラス
DropDownItemCollection メンバ