This property sets the color of the rectangle border in the Pan Window

[Visual Basic]   imagekitcontrolname.PanWindow.RectColor [ = OLE_COLOR ]
[Visual C++]     [ unsigned long = ]imagekitcontrolname.GetPanWindow().GetRectColor()
                 imagekitcontrolname.GetPanWindow().SetRectColor(unsigned long Val)
[VB.NET]   imagekitcontrolname.PanWindow.RectColor[ = UInteger ]
[C#.NET]   imagekitcontrolname.PanWindow.RectColor[ = uint ]

Property Value

The color of the rectangle border in the Pan Window

Explanation

The RectColor property sets the color of the rectangle border in the Pan Window.

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

Depending on the color of the image being displayed in the pan window, the RectColor (the color of the rectangle border) may be reversed. Depending on the color of the image and the color set in the Color property the border of the rectangle may not be visible.

The RectColor property corresponds to the ImageKit6 Display Control's PanWindowRectColor property.

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