API 설명서 > Custom user interface > Object ProUIList > Function ProUIListItemimageSet
Function ProUIListItemimageSet
Description
Set the image names used for display of the list.
Synopsis
#include <ProUIList.h>
ProUIListItemimageSet
(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* component
/* (In)
The name of the list component.
*/
int count
/* (In)
The number of items (should match the number of names set in this component).
*/
char** values
/* (In)
The image names.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
Sample Code References
User Guide References
도움이 되셨나요?