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