Determines if the user is allowed to move the popup.
Usage
Set_Property(OLECtrlEntID, "OLE.AllowMove", Boolean)
Values
[True | False]
Default: False
Remarks
The AllowMove property determines if the user is permitted to click and drag the popup to a new location. This is off by default, so the user cannot move the popup. When enabled, the user can only move the popup by clicking on an area not obscured by any popup items or by clicking on a static item, i.e., an item that is not a hyperlink or button.
Example
// Allow the user to move the popup Set_Property(@Window:".OLE_POPUP", "OLE.AllowMove", 1)