This property refers to the window handle of the ImageKit Control.
[Visual Basic]   imagekitcontrolname.HWND [= LONG_PTR ]
[Visual C++]     [LONG_PTR = ]imagekitcontrolname.GetHWND()
[VB.NET]   imagekitcontrolname.HWND[= Integer(x86) or Long(x64) ]
[C#.NET]   imagekitcontrolname.HWND[= int(x86) or long(x64) ]

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

Property Value

Hwnd is the window handle of the ImageKit Control.

Explanation

TheHWND property holds the ImageKit Control window handle. It is therefore possible, using this property value, to pass the window handle as an argument into various WindowsAPI.

Setting this value

  This value cannot be set.

Retrieving this value

  This value can be retrieved at run-time.

Differences from ImageKit7/8

  This property's name is now all capitals and its type has changed from Long to LONG_PTR

 

The ImageKit10 ActiveX is a product created by Newtone Corporation