API 文档 > Custom user interface > Object ProUILabel > Function ProUILabelHelptextSet
Function ProUILabelHelptextSet
Description
Set the helptext of a label component
Synopsis
#include <ProUILabel.h>
ProUILabelHelptextSet
(
char* dialog
/* (In)
The name of the dialog thet contains the label
*/
char* label
/* (In)
The name of the label component
*/
wchar_t* helptext
/* (In)
The help text
*/
)
Returns
The function was successful
The function failed
User Guide References
这对您有帮助吗?