API Documentation > Custom user interface > Object ProUICheckbutton > Function ProUICheckbuttonDisable
Function ProUICheckbuttonDisable
Description
Sets the pushbutton to be disabled, so the user cannot select it.
Synopsis
ProUICheckbuttonDisable
(
char* dialog
/* (In)
The name of the dialog that contains the checkbutton
*/
char* checkbutton
/* (In)
The name of the checkbutton component
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
Was this helpful?