Documentación de la API
>
Custom user interface
>
Object ProUICheckbutton
> Function ProUICheckbuttonDisable
Function ProUICheckbuttonDisable
Description
Sets the pushbutton to be disabled, so the user cannot select it.
Synopsis
#include <
ProUICheckbutton.h
>
ProError
ProUICheckbuttonDisable
(
char* dialog
/* (In)
The name of the dialog that contains the checkbutton
*/
char* checkbutton
/* (In)
The name of the checkbutton component
*/
)
Returns
PRO_TK_NO_ERROR
The function was successful
PRO_TK_GENERAL_ERROR
The function failed
Sample Code References
pt_userguide ( UgCreoSweepCreate.c )
User Guide References
Checkbutton Attributes:ProUICheckbuttonDisable
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado