'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 item to locate (case-sensitive).
Return Value
True if the RibbonGroup or any of the RibbonToolBar or RibbonToggleGroup objects in the group contains a RibbonItem with the given name.