DataPA Enterprise Dashboard Controls API Reference
Allows specific docking windows to be shown and hidden.

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

Syntax

C#
public void ShowHideWindow(
	bool Show,
	DashboardDesigner..::..DashboardPageType PageType,
	int Index = 0
)
Visual Basic
Public Sub ShowHideWindow ( 
	Show As Boolean,
	PageType As DashboardDesigner..::..DashboardPageType,
	Optional Index As Integer = 0
)
Visual C++
public:
virtual void ShowHideWindow(
	bool Show, 
	DashboardDesigner..::..DashboardPageType PageType, 
	int Index = 0
) sealed

Parameters

Show
Type: System..::..Boolean
True to show the page, false to hide the page.
PageType
Type: DataPAEnterpriseDashboard..::..DashboardDesigner..::..DashboardPageType
The type of page.
Index (Optional)
Type: System..::..Int32
If the PageType is DashboardPageType.DataViewer, the index of the specific DataViewer page in the DataViewerPages array.

Remarks