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

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public DashboardTab GetFirstTab()
Visual Basic
Public Function GetFirstTab As DashboardTab
Visual C++
public:
virtual DashboardTab^ GetFirstTab() sealed

Return Value

Type: DashboardTab
The first Tab in the collection.

Remarks