API Documentation > Custom user interface > Object ProUICheckbutton > Function ProUICheckbuttonTextSet
Function ProUICheckbuttonTextSet
Description
Set the label of a checkbutton component
Synopsis
ProUICheckbuttonTextSet
(
char* dialog
/* (In)
The name of the dialog that contains the checkbutton
*/
char* checkbutton
/* (In)
The name of the checkbutton component
*/
wchar_t* label
/* (In)
The label of the checkbutton component
*/
)
Returns
The function was successful
The function failed
User Guide References
Was this helpful?