This property refers to the window handle of the pan window

[Visual Basic]   imagekitcontrolname.PanWindow.Hwnd [ = LONG_PTR ]
[Visual C++]     [ LONG_PTR = ]imagekitcontrolname.GetPanWindow().GetHwnd()
[VB.NET]   imagekitcontrolname.PanWindow.Hwnd [ = Integer(x86) or Long(x64) ]
[C#.NET]   imagekitcontrolname.PanWindow.Hwnd [ = int(x86) or long(x64) ]

* (x86) refers to the 32 bit version, (x64) refers to the 64 bit version.

Property Value

The Hwnd is the window handle of the pan window.

Explanation

The Hwnd property refers to the window handle of the pan window.

The Hwnd property corresponds to the Display Control's PanWindowHandle property in earlier versions of the ImageKit.

Setting this value

This value cannot be set.

Retrieving this value

This value can be retrieved at runtime.

Differences between ImageKit7/8

This property's type has changed.

The ImageKit10 ActiveX is a product created by Newtone Corporation