Click or drag to resize

TableRow  Conversion (Control to TableRow)

Implicitly converts a control to a TableRow

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

Parameters

control
Type: Eto.FormsControl
Control to convert.

Return Value

Type: TableRow

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

Remarks
Used to make defining a table's contents easier by allowing you to pass a control as a table row
See Also