Auto_Activate_State - AppPanel
Determines whether object will activate automatically after it has been created
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Auto_Activate_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Auto_Activate_State to IntegerVariable |
| Write Access: | Set Auto_Activate_State to IntegerVariable/Value |
Description
Normally this object will activate automatically after it has been created. If the Auto_Activate_State property is false, this object does not activate upon creation.
When the property is set to true, the panel will send the Activate at the end of the End_Construct_Object event.
Default is true.