Integer scalar
Valid for: OLEContainer (Implemented under Windows only)
The autoactivate property determines when a document in an OLEContainer control is 'activated' (i.e. made visible and, usually, editable). The possible values are:
0 = Manual (use the DoVerb method to activate the document) 1 = Automatic (APLX activates it automatically) 2 = Activate when the control gets focus 3 = Activate when the user double-clicks in the control.
The default is 1 - activation occurs automatically.