API Documentation > Custom user interface > Object ProUIPushbutton > Function ProUIPushbuttonEnable
Function ProUIPushbuttonEnable
Description
Sets the Pushbutton to be enabled.
Synopsis
ProUIPushbuttonEnable
(
char* dialog
/* (In)
The name of the dialog that contains the pushbutton
*/
char* component
/* (In)
The name of the pushbutton component
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
User Guide References
Was this helpful?