Event XbpActiveXControl():move Foundation

ActiveX control has been moved.

Syntax
:move := {| aOldPos, aNewPos, self | ... }
:move ( <aOldPos>, <aNewPos> ) --> self
xbeP_Move (1048624)
Parameters
<aOldPos>
<aOldPos> is an array containing two elements that specify the old x and y position of the control.
<aNewPos>
<aNewPos> is an array containing two elements that specify the new x and y position of the control.
Return

This method returns the object executing the method (self).

Description

The xbeP_Move event is generated after an ActiveX control has been moved.

The xbeP_Move is generated only if the ActiveX control displays a window. Otherwise, the flag value OLECTRL_INVISIBLEATRUNTIME is set in the :controlFlags() instance variable.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.