Category Creo Parametric user interface, Object ProUIDashboardpage

Function ProUIDashboardpageTitleSet


Description
Assigns the title string for the dashboard page. This will be shown as the button name for the slide-up panel.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardpageTitleSet(
ProUIDashboardPage page
/* (In)
The dashboard page handle.
*/
wchar_t* title
/* (In)
The title string.
*/
)
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 )
  2. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  3. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  4. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  5. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )