Ribbon for WinForms
Contains(String) メソッド

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

戻り値の型

True if the RibbonGroup or any of the RibbonToolBar or RibbonToggleGroup objects in the group contains a RibbonItem with the given name.
解説
Use the string indexer to locate RibbonItem objects by name.
参照

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