This property sets whether or not the base image is displayed Pan window.
[Visual Basic]   imagekitcontrolname.ShowInPanWindow [= Boolean ]
[Visual C++]     [BOOL = ]imagekitcontrolname.GetShowInPanWindow()
                 imagekitcontrolname.SetShowInPanWindow(BOOL Val)
[VB.NET]   imagekitcontrolname.ShowInPanWindow[= Boolean ]
[C#.NET]   imagekitcontrolname.ShowInPanWindow[= bool ]

Property Value

The ShowInPanWindow property sets whether or not the base image is displayed in the Pan window.

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 in the Pan window. (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