| 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
Syntaxpublic void Add(
	Control control,
	Point location
)
Public Sub Add ( 
	control As Control,
	location As Point
)
member Add : 
        control : Control * 
        location : Point -> unit 
Parameters
- control
- Type: Eto.FormsControl
 Control to add.
- location
- Type: Eto.DrawingPoint
 The location of the control.
 Remarks
Remarks
            If a control already exists in the location, it is replaced. Only one control can exist in a cell.
            
 See Also
See Also