Ribbon for WinForms
IndexOf(String) メソッド

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > RibbonGroupCollection クラス > IndexOf メソッド : IndexOf(String) メソッド
String containing the name of the item to locate (case-sensitive).
Gets the index of the RibbonGroup with the given name.
シンタックス
'宣言
 
Public Overloads Function IndexOf( _
   ByVal name As String _
) As Integer
public int IndexOf( 
   string name
)

パラメータ

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

戻り値の型

The index of the object in the collection, or -1 if the name was not found.
参照

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