This property sets a background image displayed on the display area of the thumbnail image

[Visual Basic]   thumbcontrolname.PictureDown[ = Picture ]
[Visual C++]     [ CPicture = ]thumbcontrolname.GetPictureDown()
[VB.NET]   thumbcontrolname.PictureDown[ = Image ]
[C#.NET]   thumbcontrolname.PictureDown[ = Image ]

Property Value

The background image displayed on the thumbnail image

Explanation

The PictureDown property sets a background image displayed on the the display area of the thumbnail image (the black portions of the display area) when the mouse is clicked. This property could be used to create the effect of window blinds being opened to reveal a thumbnail image when the mouse is clicked on that thumbnail image frame.

 

This property is enabled when the Style property is 2 (ikCustom). The black RGB(0,0,0) portions of the background image is set as a transparent color. The thumbnail image will be displayed through this portion of the background image.

 

Note: To set the background image during execution in Visual Studio.NET or Visual C++, please use the PictureDownFile property.

 

Example:

Visual Basic

   Dim X As Picture

   Set X = LoadPicture("HalfOpen.bmp")

   Set ImageKitThumb1.PictureUp = X

 

   Set X = LoadPicture("FullOpen.bmp")

   Set ImageKitThumb1.PictureDown = X

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation