focusBitmap
Specifies the graphic image to display in a pushbutton when the pushbutton has focus.
Property of
PushButton
Description
Use focusBitmap to indicate visually when a pushbutton is selected.
The focusBitmap 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 focusBitmap, the image is displayed with the character string.