Category Creo Parametric user interface, Object ProUIDashboard

Function ProUIDashboardStdlayoutDefaultBtnsAdd


Description
Adds a new standard push buttons to the dashboard of Creo Parametric. This function affects the top-level Creo Parametric dashboard only.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardStdlayoutDefaultBtnsAdd(
ProUIDashboardStdLayoutButton buttons
/* (In)
Bit mask to identify which buttons to add.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added the buttons.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORFailed to add one of the buttons.

Manual References:

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