This property sets the color of the Pan Window background
[Visual
Basic] imagekitcontrolname.PanWindow.Color
[ = Long ]
[Visual C++] [
long =
]imagekitcontrolname.GetPanWindow().GetColor()
imagekitcontrolname.GetPanWindow().SetColor(long Val)
imagekitcontrolname.GetPanWindow().SetColor(long Val)
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.