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