API 설명서 > Custom user interface > Object ProUIPushbutton > Function ProUIPushbuttonButtonstyleSet
Function ProUIPushbuttonButtonstyleSet
Description
Sets the pushbutton button style.
Synopsis
ProUIPushbuttonButtonstyleSet
(
char* dialog
/* (In)
The name of the dialog that contains the pushbutton.
*/
char* component
/* (In)
The name of the pushbutton component
*/
/* (In)
The button style to use.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
도움이 되셨나요?