[]
Determines whether the collection contains a RibbonGroup with the given name.
public bool Contains(string name)
Type | Name | Description |
---|---|---|
string | name | String containing the name of the item to locate (case-sensitive). |
Type | Description |
---|---|
bool | True if the collection contains an object with the given |
Determines whether the RibbonGroupCollection contains a specific RibbonGroup.
public bool Contains(RibbonGroup group)
Type | Name | Description |
---|---|---|
RibbonGroup | group | The RibbonGroup to locate. |
Type | Description |
---|---|
bool | true if the group is found in the collection; otherwise, false. |