[]
Determines whether the collection contains a RibbonTab with the given name.
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
| 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)
Public Function Contains(tab As RibbonTab) As Boolean
| Type | Name | Description |
|---|---|---|
| RibbonTab | tab |
| Type | Description |
|---|---|
| bool |