ControlIHandlerLocation Property |
Gets the location of the control as positioned by the container
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax ReadOnly Property Location As Point
Get
abstract Location : Point with get
Property Value
Type:
PointThe current location of the control
Remarks
A control's location is set by the container.
This can be used to determine where the control is for overlaying floating windows, menus, etc.
See Also