This property sets whether or not an image will be displayed in the ImageKit Control background.
[Visual Basic]   imagekitcontrolname.ShowBackgroundImage[= Boolean ]
[Visual C++]     [BOOL = ]imagekitcontrolname.GetShowBackgroundImage()
                 imagekitcontrolname.SetShowBackgroundImage(BOOL Val)
[VB.NET]   imagekitcontrolname.ShowBackgroundImage[= Boolean ]
[C#.NET]   imagekitcontrolname.ShowBackgroundImage[= bool ]

Property Value

Value Explanation
True (default) The image will be displayed in the ImageKit Control background
False The image will not be displayed in the ImageKit Control background

Explanation

The ShowBackgroundImage property sets whether or not an image will be displayed in the ImageKit Control background. Set the background image to be displayed using the BackgroundImageFile property.

Setting this value

  This value can be set at run-time.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation