This property refers to the window handle of the image-editing toolbar
[Visual Basic]   imagekitcontrolname.Edit.Hwnd [ = LONG_PTR ]
[Visual C++]     [LONG_PTR = ]imagekitcontrolname.GetEdit().GetHwnd()
[VB.NET]   imagekitcontrolname.Edit.Hwnd [ = Integer(x86) or Long(x64) ]
[C#.NET]   imagekitcontrolname.Edit.Hwnd [ = int(x86) or long(x64) ]

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

Reference

Hwnd is the window handle of the image-editing toolbar.

Explanation

 The Hwnd property refers to the window handle of the image-editing toolbar.

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 type has changed.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation