Example-VB |
Returns or sets the bitmap image that appears on the control when it is selected. A control is selected when an end user clicks on it, or when its Value property is set to True within a program.
Ö | Imaging for Windows Professional Edition V1.0, V1.1, and V2.0 |
Ö | Imaging for Windows 95 and 98 |
Ö | Imaging for Windows NT 4.0 |
Image Annotation Tool Button control
object.PictureDown[=picture]
picture
The bitmap is scaled to fit the size of the control. If no bitmap is specified, the default bitmap is used.
The following remark applies when more than one Image Annotation Tool Button control is used with an Image Edit control (in other words, when each button has the same DestImageControl property value):
When an Image Annotation Tool Button control is clicked by the end user, its Value property changes to True and its bitmap changes to the image assigned to its PictureDown property. For each of the other Image Annotation Tool Button controls, the Value property changes to False and the bitmap assigned to its PictureUp property is displayed.