This property sets whether or not the base image is displayed in the ImageKit Control
[Visual Basic]   imagekitcontrolname.ShowInDisp[= Boolean ]
[Visual C++]     [BOOL = ]imagekitcontrolname.GetShowInDisp()
                 imagekitcontrolname.SetShowInDisp(BOOL Val)
[VB.NET]   imagekitcontrolname.ShowInDisp[= Boolean ]
[C#.NET]   imagekitcontrolname.ShowInDisp[= bool ]

Property Value

The ShowInDisp property sets whether or not the base image is displayed in the ImageKit Control.

Value Explanation
True Displays the base image (Default)
False Does not display the base image

Explanation

Using this property, you can switch between displaying or hiding the base image. (The base image is the image pointed to by the ImageHandle property). The default value is True.

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