Category Custom user interface, Object ProUIProgressbar

Function ProUIProgressbarPopupmenuGet


Description
Gets the name of the popup menu for the progressbar.
Synopsis
#include <ProUIProgressbar.h>
ProErrorProUIProgressbarPopupmenuGet(
char* dialog
/* (In)
The dialog name.
*/
char* component
/* (In)
The component name.
*/
char** value
/* (Out)
The name of the popup menu pane. Free this string using ProStringFree().
*/
)
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: Progressbar Attributes