This property sets the color of the thumbnail image frame when the image is selected.

[Visual Basic]   thumbcontrolname.ForeColorDown [ = OLE_COLOR ]
[Visual C++]     [ unsigned long = ]thumbcontrolname.GetForeColorDown()
thumbcontrolname.SetForeColorDown(unsigned long Val)
[VB.NET]   thumbcontrolname.ForeColorDown [ = Color ]
[C#.NET]   thumbcontrolname.ForeColorDown [ = Color ]

Property Value

The color of the thumbnail frame

Explanation

The ForeColorDown property sets the color of the thumbnail image frame when the image is selected. To set the color, please use the RGB(Red, Green, Blue) value. This property is enabled when the Style property is 0 (ikButton) or 1 (ikFilm).

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.

Differences between the ImageKit6/7/8

The property's type has changed.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation