ComponentOne Ribbon for WinForms
IndexOf Method (RibbonItemCollectionBase)

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonItemCollectionBase Class : IndexOf Method
Determines the index of a specific RibbonItem in the collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal item As RibbonItem _
) As System.Integer
public System.int IndexOf( 
   RibbonItem item
)

Parameters

item
See Also

Reference

RibbonItemCollectionBase Class
RibbonItemCollectionBase Members