DataPA Enterprise Dashboard Controls API Reference
Gets the workspace container of the currently selected DashboardTab.
Namespace: DataPAEnterpriseDashboardAssembly: 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:
KryptonWorkspaceThe workspace container of the currently selected DashboardTab.
Remarks
See Also