Documentación de la API > Custom user interface > Object ProUICascadebutton > Function ProUICascadebuttonIsResizeable
Function ProUICascadebuttonIsResizeable
Description
Checks to see if the cascadebutton is resizeable or not.
Synopsis
ProUICascadebuttonIsResizeable
(
char* dialog
/* (In)
The name of the dialog that contains the cascadebutton
*/
char* component
/* (In)
The name of the cascadebutton component
*/
ProBoolean* state
/* (Out)
Whether or not the cascadebutton is resizeable.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
¿Fue esto útil?