Documentazione API > Custom user interface > Object ProUIMenubar > Function ProUIMenubarHelptextSet
Function ProUIMenubarHelptextSet
Description
Set the helptext of a menu bar component.
Use this function only with a menu bar in a custom application-created UI dialog.
Synopsis
#include <ProUIMenubar.h>
ProUIMenubarHelptextSet
(
char* dialog
/* (In)
The name of the dialog that contains the menu bar
*/
char* menubar
/* (In)
The name of the menu bar component
*/
wchar_t* helptext
/* (In)
The help text
*/
)
Returns
The function was successful
The function failed
User Guide References
È stato utile?