API 文档 > Custom user interface > Object ProUICascadebutton > Function ProUICascadebuttonTextSet
Function ProUICascadebuttonTextSet
Description
Set the text to appear on the cascadebutton
Synopsis
ProUICascadebuttonTextSet
(
char* dialog
/* (In)
The name of the dialog that contains the cascadebutton
*/
char* cascadebutton
/* (In)
The name of the cascadebutton
*/
wchar_t* label
/* (In)
The text to appear on the button
*/
)
Returns
The function was successful
The function failed
User Guide References
这对您有帮助吗?