[]
Determines whether the collection contains a RibbonTab with the given name.
public bool Contains(string name)
Type | Name | Description |
---|---|---|
string | name | String containing the name of the tab to locate (case-sensitive). |
Type | Description |
---|---|
bool | True if the collection contains an object with the given |
Determines whether the RibbonTabCollection contains a specific RibbonTab.
public bool Contains(RibbonTab tab)
Type | Name | Description |
---|---|---|
RibbonTab | tab |
Type | Description |
---|---|
bool |