TableLayoutMove Method (Control, Point) |
Move the specified control to a new location.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Move(
Control control,
Point location
)
Public Sub Move (
control As Control,
location As Point
)
member Move :
control : Control *
location : Point -> unit
Parameters
- control
- Type: Eto.FormsControl
Control to move. - location
- Type: Eto.DrawingPoint
New location of the control.
Remarks
If a control already exists in the new location, it will be replaced. Only one control can exist in a cell.
The old location of the control will have an empty space.
See Also