DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The Next Tab in the collection.
Gets the Next Tab in the collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DashboardTab GetNextTab( DashboardTab DashboardTab ) |
Visual Basic |
---|
Public Function GetNextTab ( DashboardTab As DashboardTab ) As DashboardTab |
Visual C++ |
---|
public: virtual DashboardTab^ GetNextTab( DashboardTab^ DashboardTab ) sealed |
Parameters
- DashboardTab
- Type: DataPAEnterpriseDashboard..::..DashboardTab
The current Tab in the collection.
Return Value
Type: DashboardTabThe Next Tab in the collection.