Documentação da API > Custom user interface > Object ProUIPushbutton > Function ProUIPushbuttonEnableResizing
Function ProUIPushbuttonEnableResizing
Description
Sets the pushbutton to be resizeable.
Synopsis
ProUIPushbuttonEnableResizing
(
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
User Guide References
Isto foi útil?