SecondaryImageDisplayed Property

Specifies whether a Bitmap object's secondary image at the current index is being displayed as the primary (or mouse-up) image.

Syntax

object.SecondaryImageDisplayed [= Boolean]

Properties

The SecondaryImageDisplayed property syntax has this part:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Settings

The settings for Boolean are:

Value

Description

True

Display the secondary image.

False

Do not display the secondary image.

Remarks

If SecondaryImageDisplayed is True, the primary image is displayed when the mouse is down. In all other cases the primary image is displayed. If a secondary image is not loaded, the primary image is displayed when the mouse is down.

 

Applies To