DataPA Enterprise Dashboard Controls API Reference
Selects the DashboardTab object specified by Index.

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

Syntax

C#
public void SelectTab(
	int Index
)
Visual Basic
Public Sub SelectTab ( 
	Index As Integer
)
Visual C++
public:
virtual void SelectTab(
	int Index
) sealed

Parameters

Index
Type: System..::..Int32
The index of the tab you want to select.

Remarks