DataPA Enterprise Dashboard Controls API Reference
Gets the Next Tab in the collection.

Namespace: DataPAEnterpriseDashboard
Assembly: 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: DashboardTab
The Next Tab in the collection.

Remarks