Input for WinForms
ImageCollection クラス
メンバ 

C1.Win.8 アセンブリ > C1.Win.SuperTooltip 名前空間 : ImageCollection クラス
C1SuperLabelBaseコンポーネントまたは C1SuperTooltipBaseコンポーネントに表示される画像のコレクション。
オブジェクト モデル
ImageCollection クラス
シンタックス
'宣言
 
Public Class ImageCollection 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of ImageEntry)
public class ImageCollection : System.Collections.ObjectModel.ObservableCollection<ImageEntry> 
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         C1.Win.SuperTooltip.ImageCollection

参照

ImageCollection メンバ
C1.Win.SuperTooltip 名前空間