Category Creo Parametric user interface, Object ProUIDashboard

Function ProUIDashboardStdlayoutDefaultButtonNameGet


Description
Get default button name.
Synopsis
#include <ProUIDashboard.h>
ProErrorProUIDashboardStdlayoutDefaultButtonNameGet(
ProUIDashboardPage page_handle
/* (In)
Handle to the dashboard page.
*/
ProUIDashboardStdLayoutButton button_id
/* (In)
Id of the button.
*/
char** button_name
/* (Out)
The Button's name. Free this string using ProStringFree()
*/
)
Returns
PRO_TK_NO_ERRORThe function returned the name.
PRO_TK_E_NOT_FOUNDNo standard button has this id.
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