Category Creo Parametric user interface, Object ProUIDashboardpage

Function ProUIDashboardpageVisibleSet


Description
Modify the visibility of the button which opens the dashboard page.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardpageVisibleSet(
ProUIDashboardPage page
/* (In)
The dashboard page handle.
*/
ProBoolean visible
/* (In)
The state of the page.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORFailed to Modify the page button.

Manual References:

  1. User Interface: Dashboards: Accessing a Dashboard Page
  2. User Interface: Dashboards: Accessing a Dashboard Page