Ribbon for WinForms
Contains(String) メソッド

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > RibbonTabGroupCollection クラス > Contains メソッド : Contains(String) メソッド
String containing the name of the tab group to locate (case-sensitive).
Determines whether the collection contains a RibbonContextualTabGroup 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 group to locate (case-sensitive).

戻り値の型

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

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