Field_GetImage()

Examples


The Field_GetImage() function retrieves the item numbers of the images associated with a push button or button drop list field.

Syntax

Field_GetImage(field, image_type)

Parameters

field – The push button or button drop list for which an image number will be retrieved.

image_type – An integer specifying which image type to retrieve. Use one of the following constants:

[spacer]

Constant

Description

IMAGE_UP

The button up image

IMAGE_DOWN

The button down image

IMAGE_OVER

The mouse-over image


Return value

A integer indicating the image. This value corresponds to the item number of the image listed in the Button Items window.


Documentation Feedback