Public Member Functions | |
| void | Show (void) |
| void | Hide (void) |
Properties | |
| lsColor | BGColor |
| SHORT | Height |
| SHORT | Width |
| SHORT | Top |
| SHORT | Left |
| BSTR | Text |
| BSTR | ImagePath |
| void Show | ( | void | ) |
Makes the bitmap visible on the device's display
| void Hide | ( | void | ) |
Hides the bitmap on the device's display
| lsColor BGColor |
The color for the bitmap's background
| SHORT Height |
Height of the bitmap
| SHORT Width |
Width of the bitmap
| SHORT Top |
Position for the bitmap's top edge, measured from top edge of device's display
| SHORT Left |
Position for the bitmap's left edge, measured from left edge of device's display
| BSTR Text |
The text to display on the bitmap
| BSTR ImagePath |
Fully qualified file name for the BMP or JPG image to show in the bitmap object
1.5.4