AUTOACT Property
PLBCMP GUI Only
The AUTOACT property defines when an OLE CONTAINER should be activated. The property uses the following format:
AUTOACT={value}
Note the following:
AUTOACT may be used in CREATE, SETPROP, or GETPROP statements for CONTAINER objects.
{value} is a decimal number, a Numeric
Variable, an Expression,
or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The container is... |
|
1 |
$AUTOACTDBLCLICK |
activated when the container object is double-clicked or the ENTER key is pressed when the container object has the focus. (default) |
|
2 |
$AUTOACTGETFOCUS |
activated when the container object gets keyboard focus. |
|
3 |
$AUTOACTMANUAL |
not automatically activated. It can be activated by using the $DoVerb method. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |