Documentação da API > Custom user interface > Object ProUICheckbutton > Function ProUICheckbuttonButtonstyleSet
Function ProUICheckbuttonButtonstyleSet
Description
Sets the checkbutton button style.
Synopsis
ProUICheckbuttonButtonstyleSet
(
char* dialog
/* (In)
The name of the dialog that contains the checkbutton.
*/
char* component
/* (In)
The name of the checkbutton component
*/
/* (In)
The button style to use.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Isto foi útil?