'Declaration
Public Overloads Function Contains( _ ByVal group As RibbonGroup _ ) As Boolean
public bool Contains( RibbonGroup group )
Parameters
- group
- The RibbonGroup to locate.
Return Value
true if the group is found in the collection; otherwise, false.