Ribbon for WinForms
IndexOf(String) メソッド

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

パラメータ

key
String that identifies the ImageEntry.

戻り値の型

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

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