API Documentation > Custom user interface > Object ProUICascadebutton > Function ProUICascadebuttonDisable
Function ProUICascadebuttonDisable
Description
Disables the button
Synopsis
ProUICascadebuttonDisable
(
char* dialog
/* (In)
The name of the dialog that contains the cascade button
*/
char* cascadebutton
/* (In)
The name of the cascade button component
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
User Guide References
Was this helpful?