Category Custom user interface, Object ProUITab

Function ProUITabPopupmenuSet


Description
Sets the name of the popup menu for the tab.
Synopsis
#include <ProUITab.h>
ProErrorProUITabPopupmenuSet(
char* dialog
/* (In)
The dialog name.
*/
char* component
/* (In)
The component name.
*/
char* value
/* (In)
The name of the popup menu pane.
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed
PRO_TK_BAD_INPUTSAn invalid argument was given

Manual References:

  1. User Interface: Dialogs: Tab Attributes