ListItem Conversion (String to ListItem) |
>
Converts a string to a list item implicitly
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static implicit operator ListItem (
string text
)
Public Shared Widening Operator CType (
text As String
) As ListItem
F# does not support the declaration of new casting operators.
Parameters
- text
- Type: SystemString
Text to create the list item with
Return Value
Type:
ListItem[Missing <returns> documentation for "M:Eto.Forms.ListItem.op_Implicit(System.String)~Eto.Forms.ListItem"]
Remarks
This is so you can initialize an array of ListItem objects by using string constant values.
See Also