DashboardTabs Methods |
The DashboardTabs type exposes the following members.
Name | Description | |
---|---|---|
Add |
Creates and adds a new DashboardTab to this collection.
|
|
Add(DashboardTab) |
Adds a DashboardTab to this collection.
|
|
Contains |
Returns a value that indicates if an object with the ID exists in the collection
|
|
ContainsTitle |
Returns a value that indicates if an tab with the given title exists in the collection.
|
|
GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
|
|
GetFirstTab |
Gets the first Tab in the collection.
|
|
GetNextTab |
Gets the Next Tab in the collection.
|
|
GetObjectData | ||
MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
|
|
ReBuild |
Rebuilds the collection using the order specified in the IDs array.
|
|
Remove(Int32) |
Removes a DashboardTab from this collection.
|
|
Remove(String) |
Removes a DashboardTab from this collection.
|
|
Reset |
Implements System.Collections.IEnumerator.Reset.
|
|
TabFromObject |
Returns a DashboardTab that contains the given DashboardObject.
|