Category Creo Parametric user interface, Object ProNavigatorpane

Function ProNavigatorpanePHolderHelptextSet


Description
Set Helptext from input to all Tab PHs
Synopsis
#include <ProNavigator.h>
ProErrorProNavigatorpanePHolderHelptextSet(
ProCharName pane_name
/* (In)
Name of the navigator pane
*/
wchar_t* helptext
/* (In)
the new helptext
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTShelptext input argument is NULL.
PRO_TK_GENERAL_ERRORFunction failed.

Manual References:

  1. User Interface: Menus, Commands, and Popupmenus: Adding Custom Dialog Box Components