pictureDown

Type: Binary

Availability: Read or write at any time

The picture property of the Picture control contains the picture that is normally displayed. However, you can give the picture box the appearance of being a button, by assigning pictures to the pictureDisabled and pictureDown properties.

For Picture controls, the pictureDown property defines the picture displayed when the mouse is pressed on the control. This property defaults to the picture property. Picture control pictures are scaled according to the stretch property of the picture box.

For a Button control, the buttonPicture or picture property defines the picture that is normally displayed on the button, if any. The pictureDown property defines the picture that is displayed when the mouse is pressed on the button, regardless of which of the buttonPicture or picture properties is set.

When an icon image is assigned to button and the Button class autoSize property is not AutoSize_Picture, the size of the icon selected from the assigned icon image is now based on the client height of the button.

By default, for Button controls, a disabled button grays the text and displays the picture defined by the buttonPicture or picture property.