Skip to content

Auto_Locate_State - Container3d

Locates itself relative to any item that invokes it with a popup message when set true

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer Auto_Locate_State
Access Type Syntax
Read Access: Get Auto_Locate_State to IntegerVariable
Write Access: Set Auto_Locate_State to IntegerVariable/Value

Description

If Auto_Locate_State is True, this object will locate itself relative to any item that invokes it with a popup message (i.e., relative to the position of the cursor in another object when the prompt key was pressed). The position at which this object pops up depends on the values of its Column_Offset and Row_Offset properties.

This property exists primarily for backwards compatibility. You are encouraged to use the more powerful Locate_Mode property in its place.

Default is False.