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