Ribbon for WinForms
IndexOf(ImageEntry) メソッド

C1.Win.4.8 アセンブリ > C1.Win.C1SuperTooltip 名前空間 > ImageCollection クラス > IndexOf メソッド : IndexOf(ImageEntry) メソッド
ImageEntry to locate in th collection.
Gets the index of a given ImageEntry in the collection.
シンタックス
'宣言
 
Public Overloads Function IndexOf( _
   ByVal entry As ImageEntry _
) As Integer
public int IndexOf( 
   ImageEntry entry
)

パラメータ

entry
ImageEntry to locate in th collection.

戻り値の型

The index of the ImageEntry in the collection, or -1 if the collection does not contain the key.
解説
The entry parameter is not case-sensitive.
参照

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