property Panel.License as String
Specifies the runtime license required to create the user control inside the panel.

TypeDescription
String A String expression that specifies the runtime key required to create an inner ActiveX control.
The control supports ActiveX hosting, so you can insert any ActiveX component. Use the ControlID property to specify the program identifier being shown in the panel. Runtime-less controls are not requiring a runtime key so there is not need to call the License property before calling the ControlID property. Use the Object property to access the properties and methods of the inner ActiveX control. The control fires the OleEvent event to notify when an inner control fires an event. The ControlID property creates an ActiveX control that's hosted by the control. 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 control.