API 文档 > Custom user interface > Object ProUICheckbutton > Function ProUICheckbuttonEnable
Function ProUICheckbuttonEnable
Description
Sets the checkbutton to be enabled.
Synopsis
ProUICheckbuttonEnable
(
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
这对您有帮助吗?