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
User Guide References
도움이 되셨나요?