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
Было ли это полезно?