Click or drag to resize

ListItemCollectionAdd Method (String, String)

Add a new item to the list with the specified text and key

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

Parameters

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