ComponentOne Ribbon for WinForms
IndexOf(String) Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonTabCollection Class > IndexOf Method : IndexOf(String) Method
String containing the name of the tab to locate (case-sensitive).
Gets the index of the RibbonTab with the given name.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal name As System.String _
) As System.Integer
public System.int IndexOf( 
   System.string name
)

Parameters

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

Return Value

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

Reference

RibbonTabCollection Class
RibbonTabCollection Members
Overload List