Documentação da API > Custom user interface > Object ProUICheckbutton > Function ProUICheckbuttonIsResizeable
Function ProUICheckbuttonIsResizeable
Description
Checks to see if the checkbutton is resizeable or not.
Synopsis
ProUICheckbuttonIsResizeable
(
char* dialog
/* (In)
The name of the dialog that contains the checkbutton
*/
char* component
/* (In)
The name of the checkbutton component
*/
ProBoolean* state
/* (Out)
Whether or not the checkbutton is resizeable.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Isto foi útil?