This property sets the top position of the Pan Window.

[Visual Basic]   imagekitcontrolname.PanWindow.Top [ = Long ]
[Visual C++]     [ short = ]imagekitcontrolname.GetPanWindow().GetTop()
                 imagekitcontrolname.GetPanWindow().SetTop(short Val)
[VB.NET]   imagekitcontrolname.PanWindow.Top [ = Integer ]
[C#.NET]   imagekitcontrolname.PanWindow.Top [ = int ]

Property Value

The distance of the top left corner of the Pan Window from the top left corner of the screen (in pixels).

The Top property sets the top position of the Pan Window.

Explanation

The Top property sets where the top position of the Pan Window.

The size of the Pan Window is determined by the Size property. By using the pan window you can easily view the entire image currently displayed in the ImageKit Control.

The Top property corresponds to the Display Control's PanWindowTop 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