![]() | Type | Description | ||
| ControlID as String | A string expression that indicates the control's program identifier. For instance, if you want to use a multiple column combobox as an user editor, the control's identifier could be: "Exontrol.ComboBox". | |||
| License as String | Optional. A string expression that indicates the runtime license key in case is it required. It depends on what control are you using. |
The control supports ActiveX hosting, so
you can insert any ActiveX component. The ControlID must be formatted in one of the following ways:The look and feel of the inner ActiveX control depends on the identifier you are using, and the version of the library that implements the ActiveX control, so you need to consult the documentation of the inner ActiveX control you are inserting inside the exRecord control. Unfortunately, You need to contact the vendor for particular ActiveX controls, because we can't provide documentation for any ActiveX control you might use. We can provide documentation only for our components.
Use the UserEditor method to create an inner ActiveX control.
The following VB sample adds an Exontrol.ComboBox control and displays the events being fired by inner ActiveX control:
The following VC sample adds an Exontrol.ComboBox control and displays the events being fired by inner ActiveX control:
In C++, the #import "path-to-ExRecord.dll" adds a new EXRECORDLib namespace that includes definition for OleEvent and OleEventParam classes.