API Documentation > Custom user interface > Object ProUICheckbutton > Function ProUICheckbuttonTextGet
Function ProUICheckbuttonTextGet
Description
Get the label of the checkbutton.
Synopsis
ProUICheckbuttonTextGet
(
char* dialog
/* (In)
The name of the dialog that contains the checkbutton.
*/
char* component
/* (In)
The name of the checkbutton component.
*/
wchar_t** value
/* (Out)
The name of the checkbutton. Free this using ProWstringFree().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?