TreeView for WinForms
Item(String) プロパティ

C1.Win.4.5.2 アセンブリ > C1.Win.C1SuperTooltip 名前空間 > ImageCollection クラス > Item プロパティ : Item(String) プロパティ
ImageEntryを識別する文字列。
ImageCollection内のキーで指定された ImageEntryを取得または設定します。
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal key As System.String _
) As ImageEntry
public ImageEntry Item( 
   System.string key
) {get;}

パラメータ

key
ImageEntryを識別する文字列。

プロパティ値

キーで指定された ImageEntry
解説
keyパラメータは、大文字小文字が区別されません。
参照

ImageCollection クラス
ImageCollection メンバ
オーバーロード一覧