バージョン

ImageList プロパティ

コンポーネントの画像を提供している ImageList を返すまたは設定します。
シンタックス
'宣言
 
Public Property ImageList As ImageList
public ImageList ImageList {get; set;}
解説

ImageList が割り当てられている場合は、タブの各種外観 (TabAppearanceSelectedTabAppearance など) の Infragistics.Win.AppearanceBase.Image プロパティを、ImageList内のイメージのインデックスを示す整数値に設定できます。または、DisplayFormIcon プロパティを使用することで、タブに関連付けられた FormSystem.Windows.Forms.Form.Icon を表示できます。

参照