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