RAD Studio VCL Reference
|
Determines how the object in an OLE container is activated.
property AutoActivate: TAutoActivate;
__property TAutoActivate AutoActivate;
Set AutoActivate to specify what actions activate the OLE object. AutoActivate takes one of the values in the following table:
Values |
Meaning |
aaManual | |
aaGetFocus |
The OLE object is activated when the OLE container gets focus (by clicking on it with the mouse or pressing Tab to move the focus to it). |
aaDoubleClick |
(Default) The OLE object is activated by double-clicking it or pressing Enter while the container has the focus. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|