API Documentation > Custom user interface > Object ProUIMenubar > Function ProUIMenubarItemhelptextGet
Function ProUIMenubarItemhelptextGet
Description
Get a list of menubar helptexts.
Synopsis
#include <ProUIMenubar.h>
ProUIMenubarItemhelptextGet
(
char* dialog
/* (In)
The name of the dialog that contains the menubar.
*/
char* component
/* (In)
The name of the menubar component.
*/
int* count
/* (Out)
Number of names in an array of values/menubar helptexts.
*/
wchar_t*** values
/* (Out)
Array of menubar helptexts. Free this using ProStringarrayFree ().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?