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