Controls.AddActiveX
Syntax:
Parameters:
<ID> (required)
Line that identifies ActiveX. (ProgID).
<Name> (required)
Identifier of control to be created. You can use the object name to access a control created using this method.
<Visibility> (optional)
Defines whether to create a new form control element as visible or not. True - element is created as visible;
Default value: True.
<Panel> (optional)
Defines to which specific form panel the element created belongs. If the parameter is not specified, the element created will belong directly to the form.
Description:
Availability: