This property refers to the window handle of the Record Control.

[Visual Basic]   recordcontrolname.HWND[ = LONG_PTR ]
[Visual C++]     [ LONG_PTR = ]recordcontrolname.GetHWND()
[VB.NET]   recordcontrolname.HWND[ = Integer(x86) or Long(x64) ]
[C#.NET]   recordcontrolname.HWND[ = int(x86) or long(x64) ]

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

Property Value

The window handle of the Record Control.

Explanation

The HWND property refers to the window handle of the Record Control.

Setting this value

This value cannot be set.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation