Ribbon for WinForms
IndexOf(RibbonGroup) メソッド

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > RibbonGroupCollection クラス > IndexOf メソッド : IndexOf(RibbonGroup) メソッド
The RibbonGroup to locate in the collection.
Determines the index of the specified RibbonGroup in this RibbonGroupCollection.
シンタックス
'宣言
 
Public Overloads Function IndexOf( _
   ByVal group As RibbonGroup _
) As Integer
public int IndexOf( 
   RibbonGroup group
)

パラメータ

group
The RibbonGroup to locate in the collection.

戻り値の型

The zero-based index of group if found in the RibbonGroupCollection; otherwise, -1.
参照

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