ComponentOne Ribbon for WinForms
Contains(String) Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonTabCollection Class > Contains Method : Contains(String) Method
String containing the name of the tab to locate (case-sensitive).
Determines whether the collection contains a RibbonTab with the given name.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal name As System.String _
) As System.Boolean
public System.bool Contains( 
   System.string name
)

Parameters

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

Return Value

True if the collection contains an object with the given name, false otherwise.
See Also

Reference

RibbonTabCollection Class
RibbonTabCollection Members
Overload List