PowerTools InputMan for Windows Forms 8.0J
Item プロパティ (CheckedIndexCollection)

指定のインデックスに対応する、チェック状態のリスト項目の、 Itemsコレクション内におけるインデックスを取得します。
構文
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Integer
public int this[ 
   int index
]; {get;}

パラメータ

index

プロパティ値

インデックスに対応する、チェック状態のリスト項目のItems コレクション内におけるインデックスを表すInt32値。
解説
Item プロパティは、CheckedItemCollectionコレクションの要素(項目のインデックス)を指定するときにVisual Basicで使用します。C#では、CheckedItemCollectionクラスのインデクサになります。
参照

CheckedIndexCollection クラス
CheckedIndexCollection メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.