Click or drag to resize

TableLayoutAdd Method (Control, Point)

Adds a control to the specified location.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Add(
	Control control,
	Point location
)

Parameters

control
Type: Eto.FormsControl
Control to add.
location
Type: Eto.DrawingPoint
The location of the control.
Remarks
If a control already exists in the location, it is replaced. Only one control can exist in a cell.
See Also