PowerTools InputMan for ASP.NET 8.0J
Item プロパティ (ImageList)

ImageListコレクションの要素を取得します。
構文
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ImageItem
public ImageItem this[ 
   int index
]; {get;}

パラメータ

index
例外
例外解説
System.ArgumentOutOfRangeException 負の値またはコレクションの総数以上の値が設定されています。
解説
Itemプロパティは、ImageListコレクションの要素 (ImageItemオブジェクト)を指定するときにVisual Basicで使用します。C#では、ImageItemCollectionクラスのインデクサになります。
参照

ImageList クラス
ImageList メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.