Click or drag to resize

MoveEvent.Origin Property

X#
A point representing the new location of a window after a MoveEvent was generated.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Origin AS Point GET 
Request Example View Source

Property Value

Type: Point
A point representing the new location of a window after a MoveEvent was generated.
Remarks
A point representing the new location of a window after a MoveEvent was generated. For top application windows and shell windows, the point is given in desktop coordinates. For all other windows, it is given in the owner window's canvas coordinates. In this sense, the desktop owns the top window.
See Also