DynamicRow Conversion (Control to DynamicRow) |
Implicitly converts a control to a row to easily define layouts
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static implicit operator DynamicRow (
Control control
)
Public Shared Widening Operator CType (
control As Control
) As DynamicRow
F# does not support the declaration of new casting operators.
Parameters
- control
- Type: Eto.FormsControl
Control to convert from
Return Value
Type:
DynamicRow[Missing <returns> documentation for "M:Eto.Forms.DynamicRow.op_Implicit(Eto.Forms.Control)~Eto.Forms.DynamicRow"]
See Also