API 文档 > Custom user interface > Object ProUIList > Function ProUIListItemimageGet
Function ProUIListItemimageGet
Description
Get the image names used for display of the list.
Synopsis
#include <ProUIList.h>
ProUIListItemimageGet
(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* component
/* (In)
The name of the list component.
*/
int* count
/* (Out)
The number of items.
*/
char*** values
/* (Out)
The image names. Free this using ProStringarrayFree().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
这对您有帮助吗?