This property sets the color of the Pan Window background

[Visual Basic]   imagekitcontrolname.PanWindow.Color[ = OLE_COLOR ]
[Visual C++]     [ unsigned long = ]imagekitcontrolname.GetPanWindow().GetColor()
                 imagekitcontrolname.GetPanWindow().SetColor(unsigned long Val)
[VB.NET]   imagekitcontrolname.PanWindow.Color[ = UInteger ]
[C#.NET]   imagekitcontrolname.PanWindow.Color[ = uint ]

Property Value

The color of the Pan Window background, i.e. that part of the pan window where no image is displayed. (Used when vector images are shown in the pan window)

Explanation

The Color property sets the color of the Pan Window background.

Color can be set using RGB(Red, Green, Blue) or the equivalent value.

The Color property corresponds to the Display Control's PanWindowColor property in earlier versions of the ImageKit.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value can be retrieved at runtime.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation