Specifies the graphic image to display in a pushbutton when the user presses the button.

Property of

PushButton

Description

Use downBitmap to give visual confirmation when the user clicks a pushbutton. When the user releases the mouse button or moves the pointer off the pushbutton, the image and/or text specified by focusBitmap and text is displayed.

The downBitmap setting can take one of two forms:

RESOURCE <resource id> <dll name>
specifies a bitmap resource and the DLL file that holds it.

FILENAME <filename>
specifies a bitmap file. See class Image for a list of bitmap formats supported by dBASE Plus.

When you specify a character string for the pushbutton with text and an image with downBitmap, the image is displayed with the character string.