API Documentation > Custom user interface > Object ProUIList > Function ProUIListIsVisible
Function ProUIListIsVisible
Description
Checks to see if the List is visible in the dialog or not.
Synopsis
#include <ProUIList.h>
ProUIListIsVisible
(
char* dialog
/* (In)
The name of the dialog that contains the list
*/
char* component
/* (In)
The name of the list component
*/
ProBoolean* state
/* (Out)
Whether or not the list is visible.
*/
)
Returns
The function was successful
One or more of the arguments are invalid
The function failed
User Guide References
Was this helpful?