CloudControlItemCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add() | none | Creates a new item and adds it to the collection. |
Add(String, Double, String, String) | text, value, url, name | Creates a new item with the specified settings and adds it to the collection. |
Add(String, Double, String) | text, value, url | Creates a new item with the specified settings and adds it to the collection. |
Add(String, Double) | text, value | Creates a new item with the specified text and value, and adds it to the collection. |