property Item.Control as Boolean
Specifies whether the item contains a control inside.

TypeDescription
Boolean A boolean expression that indicates whether the item hosts an ActiveX control.

The Control property specify whether the item hosts an ActiveX control. Use the SubControl property to access the item's inside ActiveX control. The Control property retrieves True, if the ItemType parameter is SubControl when calling the Add method. Use the Caption property to specify the caption of the item. The control fires the OleEvent event when an inside ActiveX control fires an event.