API Documentation > Custom user interface > Object ProUICheckbutton > Function ProUICheckbuttonGetState
Function ProUICheckbuttonGetState
Description
Inquires whether the checkbutton is currently set.
Synopsis
ProUICheckbuttonGetState
(
char* dialog
/* (In)
The name of the dialog that contains the checkbutton
*/
char* checkbutton
/* (In)
The name of the checkbutton component
*/
/* (Out)
Whether the checkbutton is set
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
Was this helpful?