Click or drag to resize

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
)

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