DashboardDesignerShowHideWindow Method |
|
DataPA OpenAnalytics API Reference
Allows specific docking windows to be shown and hidden.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void ShowHideWindow(
bool Show,
DashboardDesignerDashboardPageType PageType,
int Index = 0
)
Public Sub ShowHideWindow (
Show As Boolean,
PageType As DashboardDesignerDashboardPageType,
Optional Index As Integer = 0
)
public:
virtual void ShowHideWindow(
bool Show,
DashboardDesignerDashboardPageType PageType,
int Index = 0
) sealed
function ShowHideWindow(Show, PageType, Index);
Parameters
- Show
- Type: SystemBoolean
True to show the page, false to hide the page. - PageType
- Type: DataPAEnterpriseDashboardDashboardDesignerDashboardPageType
The type of page. - Index (Optional)
- Type: SystemInt32
If the PageType is DashboardPageType.DataViewer, the index of the specific DataViewer page in the DataViewerPages array.
Remarks See Also