activation

Type: Integer

The activation property of the OleControl class controls how or if the application of the object can be activated by its primary verb (usually edit or play). The values of the activation property are listed in the following table.

OleControl Class Constant Value Actioned …
Activation_Manual 0 Programmatic initiation only by the applyVerb method.
Activation_SetFocus 1 When the control gains focus.
Activation_DblClick 2 When the control is double-clicked (the default).