API Documentation > Custom user interface > Object ProUICascadebutton > Function ProUICascadebuttonIsVisible
Function ProUICascadebuttonIsVisible
Description
Checks to see if the Cascadebutton is visible
Synopsis
ProUICascadebuttonIsVisible
(
char* dialog
/* (In)
The name of the dialog that contains the cascade button
*/
char* cascadebutton
/* (In)
The name of the cascade button component
*/
ProBoolean* state
/* (Out)
Whether or not the cascadebutton is visible.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Was this helpful?