Function ProUIPushbuttonTextSet
Description
Sets the label on the pushbutton
Synopsis
ProUIPushbuttonTextSet
(
char* dialog
/* (In)
The name of the dialog that contains the pushbutton
*/
char* component
/* (In)
The name of the pushbutton component
*/
wchar_t* value
/* (In)
The new label
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
User Guide References
¿Fue esto útil?