This property sets the color of the thumbnail frame when the thumbnail image is not selected (default color).

[Visual Basic]   thumbcontrolname.ForeColor [ = OLE_COLOR ]
[Visual C++]     [ unsigned long = ]thumbcontrolname.GetForeColor()
thumbcontrolname.SetForeColor(unsigned long Val)
[VB.NET]   thumbcontrolname.ForeColor [ = Color ]
[C#.NET]   thumbcontrolname.ForeColor [ = Color ]

Property Value

The color of the thumbnail frame (default color)

Explanation

The ForeColor property sets the color of the thumbnail frame when the thumbnail image is not selected (default color). 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 ForeColorUp property is now called the ForeColor property. The property's type has changed.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation