Description

This property is True when the application was started by OLE automation.

Property type

A Boolean value.  

Syntax

object.IsAutomated

The IsAutomated Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McApplication.

Remarks

 IsAutomated will be True when the application is started by:
  • CreateObject (in VB) or CoCreateInstance (C++)

  • Referencing the Application object (in VB)

  • Opening an embedded image document (in MS Word for example)

  • Double-clicking an image document or a project in MS Explorer.