Ribbon for WinForms
Contains(String) メソッド

C1.Win.4.8 アセンブリ > C1.Win.C1SuperTooltip 名前空間 > ImageCollection クラス > Contains メソッド : Contains(String) メソッド
String that identifies the ImageEntry.
Determines whether the ImageCollection contains a given key.
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal key As String _
) As Boolean
public bool Contains( 
   string key
)

パラメータ

key
String that identifies the ImageEntry.

戻り値の型

True if the collection contains an ImageEntry associated with the given key, false otherwise.
解説
The key parameter is not case-sensitive.
参照

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