Determines if the popup reappears where the user moved it.
Usage
Set_Property(OLECtrlEntID, "OLE.RememberPosition", Boolean)
Values
[True | False]
Default: True
Remarks
By default, when a user moves a popup, the position is cached so that the next popup appears in the same place. If this behavior is not desired, then set the RememberPosition property to 0. This will ensure that the popup reappears in the originally designated spot no matter where the user previously moved it.
Example
// If the user moves the popup, don't remember that new position Set_Property(@Window:".OLE_POPUP", "OLE.RememberPosition", 0)