Click or drag to resize

ListItemCollectionAdd Method (String)

Adds a new item to the list with the specified text

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Add(
	string text
)

Parameters

text
Type: SystemString
Text to display for the item.
See Also