Method XbpActiveXControl():setPosAndSize() Foundation
Changes position and size of the ActiveX control.
:setPosAndSize( <aPos>, <aSize>, [<lPaint>] ) --> lSuccess
The method returns the value .T. (true) if position and size of the XbpActiveXControl is changed, otherwise .F. (false) is returned.
The method setPosAndSize() changes the position and the size of an ActiveX control. This is much faster than calling the two methods :setPos() and :setSize() and leads to the same result.
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.