Category
Creo Parametric user interface
, Object
ProNavigatorpane
Function ProNavigatorpanePHolderHelptextSet
Description
Set Helptext from input to all Tab PHs
Synopsis
#include <
ProNavigator.h
>
ProError
ProNavigatorpanePHolderHelptextSet
(
ProCharName
pane_name
/* (In)
Name of the navigator pane
*/
wchar_t
*
helptext
/* (In)
the new helptext
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
helptext input argument is NULL.
PRO_TK_GENERAL_ERROR
Function failed.
Manual References:
Technical Summary of Changes for Creo 4.0 F000: User Interface (UI): Components
User Interface: Menus, Commands, and Popupmenus: Adding Custom Dialog Box Components