Ribbon for WinForms
Add(String,Image) メソッド

C1.Win.8 アセンブリ > C1.Win.SuperTooltip 名前空間 > ImageCollection クラス > Add メソッド : Add(String,Image) メソッド
String used to retrieve the image from the collection.
System.Drawing.Image to add to the collection.
Adds an System.Drawing.Image to the collection.
シンタックス
'宣言
 
Public Overloads Sub Add( _
   ByVal key As String, _
   ByVal image As Image _
) 
public void Add( 
   string key,
   Image image
)

パラメータ

key
String used to retrieve the image from the collection.
image
System.Drawing.Image to add to the collection.
参照

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