API 文档 > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaImagesGet
Function ProUIDrawingareaImagesGet
Description
Get the names of the images that are in the drawing area.
Synopsis
ProUIDrawingareaImagesGet
(
char* dialog
/* (In)
The name of the dialog that contains the drawing area.
*/
char* component
/* (In)
The name of the drawing area component.
*/
int* count
/* (Out)
Number of images.
*/
char*** values
/* (Out)
Array of images name. Free this using ProStringarrayFree ().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
这对您有帮助吗?