ToolbarListEditItemCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add() | none | Creates a new item with the default settings and adds it to the collection. |
Add(ToolbarListEditItem) | item | Adds a specified item to the end of the collection. |
Add(String, Object, String) | text, value, imageUrl | Creates a new item with the specified settings and adds it to the collection. |
Add(String, Object) | text, value | Creates a new item with the specified settings and adds it to the collection. |
Add(String) | text | Creates a new item with the specified setting and adds it to the collection. |