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
)
Public Shared Widening Operator CType (
control As Control
) As TableRow
F# does not support the declaration of new casting operators.
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