property Items.ItemWindowHost (Item as HITEM) as Long

Retrieves the window's handle that hosts an ActiveX control when the item was created using InsertControlItem method.

TypeDescription
Item as HITEM A long expression that indicates the handle of the item that was previously created by InsertControlItem method.
Long A long value that indicates the window handle that hosts the item's ActiveX.

The ItemWindowHost property retrieves the window's handle that is the container for the item's ActiveX control. Use the ItemObject property to access the ActiveX properties and methods.