upBitmap
Specifies the graphic image to display in a pushbutton when it isn't selected.
Property of
PushButton
Description
Use upBitmap to give visual confirmation that a pushbutton is enabled and the user is not clicking it.
The upBitmap 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 upBitmap, the image is displayed with the character string.