DataPA Enterprise Dashboard Controls API Reference
Gets the workspace container of the currently selected DashboardTab.

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

Syntax

C#
public KryptonWorkspace SelectedTabWorkspace()
Visual Basic
Public Function SelectedTabWorkspace As KryptonWorkspace
Visual C++
public:
virtual KryptonWorkspace^ SelectedTabWorkspace() sealed

Return Value

Type: KryptonWorkspace
The workspace container of the currently selected DashboardTab.

Remarks