| 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
Syntaxpublic void Add(
	string text,
	string key
)
Public Sub Add ( 
	text As String,
	key As String
)
member Add : 
        text : string * 
        key : string -> unit 
Parameters
- text
- Type: SystemString
 Text to display for the item.
- key
- Type: SystemString
 Key for the item.
 See Also
See Also