Ribbon for WinForms
Insert メソッド (ImageCollection)

C1.Win.4.8 アセンブリ > C1.Win.C1SuperTooltip 名前空間 > ImageCollection クラス : Insert メソッド
Position where the entry will be inserted.
ImageEntry to add to the collection.
Inserts an ImageEntry at a specified position in the collection.
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal entry As ImageEntry _
) 
public void Insert( 
   int index,
   ImageEntry entry
)

パラメータ

index
Position where the entry will be inserted.
entry
ImageEntry to add to the collection.

戻り値の型

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

ImageCollection クラス
ImageCollection メンバ