This event is generated whenever the Pan window is displayed or closed
[Visual Basic]   imagekitcontrolname_PanWindow(ByVal Show As Boolean)
[Visual C++]     OnPanWindowimagekitcontrolname(BOOL Show)
[VB.NET]   imagekitcontrolname_PanWindowEvent(ByVal sender As System.Object, ByVal e As AxImageKit10(A)Lib._IImageKitEvents_PanWindowEvent)
[C#.NET]   imagekitcontrolname_PanWindowEvent(object sender,AxImageKit10(A)Lib._IImageKitEvents_PanWindowEvent e)

AxImageKit10ALib refers to the ANSI version, AXImageKit10Lib refers to the Unicode version.

Parameters

Name Explanation
Show Display setting [ True (nonzero) The Pan window is being displayed, False(0): The Pan window is being Closed. ]

* The second parameter in VB.NET/C#.NET is e and it contains the Show argument. (the first letter is lower case)

Explanation

The PanWindow event is generated whenever the Pan window is displayed or closed. The Pan window can be displayed or closed by executing the PanWindow.Show method.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation