Category
Creo Parametric user interface
, Object
ProUIDashboardpage
Function ProUIDashboardpageClose
Description
Closes the dashboard slide-up page.
Synopsis
#include <
ProUIDashboard.h
>
ProError
ProUIDashboardpageClose
(
ProUIDashboardPage
page
/* (In)
The dashboard page handle.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_BAD_CONTEXT
The page is the main page and cannot be closed.
Manual References:
User Interface: Dashboards: Accessing a Dashboard Page
User Interface: Dashboards: Accessing a Dashboard Page