MoveEvent.Origin Property | |
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
public virtual Point Origin { get; }
Request Example
View SourceProperty Value
Type:
PointA 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