Category Creo Parametric user interface, Object ProUIDashboardpage

Function ProUIDashboardpageForegroundcolorSet


Description
Assigns the text color for the button name that opens the slide-up panel.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardpageForegroundcolorSet(
ProUIDashboardPage page
/* (In)
The dashboard page handle.
*/
ProUIColor color
/* (In)
The color to use for the title text.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

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

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )