Control object
The Control object holds properties to access the ActiveX or Window to be hosted by the item. The eXContextMenu component can host any ActiveX control or an already created window. The Control object can be accessed through the SubControl property of the Item object.  

The following screen shot shows the eXContextMenu/NET that hosts a PropertyGrid control:

The Control object supports the following properties and methods:

NameDescription
CloseOnIndicates when the control is closed.
ControlIDSpecifies the control's identifier.
CreateCreates the component.
HeightSpecifies the control's height.
LicenseKeySpecifies the control's runtime license key.
ObjectGets the object.
WidthSpecifies the control's width.
WindowSpecifies the handle of the window to be hosted.