Click or drag to resize

TableCell  Conversion (Control to TableCell)

Converts a control to a table cell

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static implicit operator TableCell (
	Control control
)

Parameters

control
Type: Eto.FormsControl
Control to convert to a cell.

Return Value

Type: TableCell

[Missing <returns> documentation for "M:Eto.Forms.TableCell.op_Implicit(Eto.Forms.Control)~Eto.Forms.TableCell"]

See Also