ToolbarMenuItemCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add() | none | Creates a new item with the default settings and adds it to the collection. |
| Add(String, String, String, String) | value, text, imageUrl, toolTip | Creates a new item with the specified settings and adds it to the collection. |
| Add(String, String, String) | value, text, imageUrl | Creates a new item with the specified settings and adds it to the collection. |
| Add(String, String) | value, text | Creates a new item with the specified settings and adds it to the collection. |