[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonTabGroupCollection.Contains

Contains Method

Contains(string)

Determines whether the collection contains a RibbonContextualTabGroup with the given name.

Declaration
public bool Contains(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
bool

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

Contains(RibbonContextualTabGroup)

Determines whether the RibbonTabGroupCollection contains a specific RibbonContextualTabGroup.

Declaration
public bool Contains(RibbonContextualTabGroup tabGroup)
Parameters
Type Name Description
RibbonContextualTabGroup tabGroup
Returns
Type Description
bool