Click or drag to resize

TableRow  Conversion (TableRow to Control)

Implicitly converts a TableRow to a control

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

Parameters

row
Type: Eto.FormsTableRow
Row to convert.

Return Value

Type: Control

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

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