ControlWindow.Origin Property | |
A point representing the position of a control window on its owner window, in canvas coordinates.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Origin AS USUAL GET SET
public override Usual Origin { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA point representing the position of a control window on its owner window, in canvas coordinates.
See Also