Function ProUICheckbuttonIsEnabled
Description
Checks to see if the checkbutton is enabled or not.
Synopsis
ProUICheckbuttonIsEnabled
(
char* dialog
/* (In)
The name of the dialog that contains the checkbutton
*/
char* component
/* (In)
The name of the checkbutton component
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE if the checkbutton is enabled.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
¿Fue esto útil?