Category Creo Parametric user interface, Object ProUIDashboardpage

Function ProUIDashboardpageStateSet


Description
Modify the visibility of the button which opens the dashboard page according to the the page state. Affects the background and foreground of the button.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardpageStateSet(
ProUIDashboardPage page
/* (In)
The dashboard page handle.
*/
ProUIDashboardPageState state
/* (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