Automate Property

Object List Next Object

Defined By:
Ocx

Description:

Use to access the OLE Custom Control
s Automation interface directly.

Details:

Use the following sample code as a guide for accessing the OLE Custom Control's Automation interface directly:

Dim Ocx1 as Ocx

Dim A as Automation

Ocx1.Automate.Propertyname = value

Ocx1.Automate.Method arg1,arg2

A = Ocx1.Automate

Debug.Print A.Caption

Data Type: Automation