API Documentation > Custom user interface > Object ProUIList > Function ProUIListIsEnabled
Function ProUIListIsEnabled
Description
Checks to see if the List is enabled or not.
Synopsis
#include <ProUIList.h>
ProUIListIsEnabled
(
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 senstive to user input.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Was this helpful?