Ribbon for WinForms
Contains(String) メソッド

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > RibbonTabCollection クラス > Contains メソッド : Contains(String) メソッド
String containing the name of the tab to locate (case-sensitive).
Determines whether the collection contains a RibbonTab with the given name.
シンタックス
'宣言
 
Public Overloads Function Contains( _
   ByVal name As String _
) As Boolean
public bool Contains( 
   string name
)

パラメータ

name
String containing the name of the tab to locate (case-sensitive).

戻り値の型

True if the collection contains an object with the given name, false otherwise.
参照

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