GUI_IMAGE_SELECTED(GAD,IMAGE)

IMAGE = Image number from 0 to .......

Will check if a specific image is selected in a thumbnail selector.

Example:

isel.GADGET=GUI_IMAGE_SELECTOR(mywin,10,20,100,100,10,10,1,"Select Image")
 
GUI_DIR_TO_SELECTOR("gfx\myimages\",isel)
 
img=GUI_IMAGE_SELECTED(isel,0)
 
See also:
 
GUI_SELECTED_IMAGE - Will return the id of the first selected image