Function ProUIListDisable
Description
Make the list disabled
Synopsis
#include <ProUIList.h>
ProUIListDisable
(
char* dialog
/* (In)
The name of the dialog that contains the list
*/
char* list
/* (In)
The name of the list component
*/
)
Returns
The function was successful
One or more of the arguments are invalid
The function failed
Sample Code References
User Guide References
Isto foi útil?