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

C1.Win.4.8 アセンブリ > C1.Win.C1SuperTooltip 名前空間 > 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 Function Add( _
   ByVal key As String, _
   ByVal image As Image _
) As Integer
public int Add( 
   string key,
   Image image
)

パラメータ

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

戻り値の型

The index of the new entry in the collection.
参照

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