Call ActiveX control methods
- Last UpdatedApr 09, 2025
- 1 minute read
In a script, you can call methods of an ActiveX control to perform actions supported by the ActiveX control. ActiveX methods can be called from any type of InTouch QuickScript or ActiveX Event script.
Note: To call the ActiveX method when an ActiveX event occurs, there are some prerequisite things you need to do. See Configure ActiveX event scripts.
Call an ActiveX control method
-
In a script dialog box, on the Insert menu, select ActiveX.
The ActiveX Control Browser dialog box appears.

-
Select the name of the ActiveX control from the left pane. The right pane contains the names of properties and methods that are supported by the ActiveX control.
-
Select the name of the method to use from the right pane and then select OK. The method name and default parameters are pasted into the script window at the cursor position.
-
Configure the method parameters inside the parentheses, to your specifications.