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