[]
Represents a collection of items in InputComboBox.
public class InputComboBoxItemCollection : InputComponentCollection, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| AddText(string) | Adds an InputOption with the specified text to the collection. |
| AddText(string[]) | Adds a few InputOption items with text from the given array of strings. |
| ContainsText(string) | Determines whether this collection contains an InputOption with the specified text. |
| IndexOfText(string) | Determines index of the first InputOption with the specified text in the collection. |
| InsertText(int, string) | Inserts an InputOption with the specified text into this collection at the given index. |
| RemoveText(string) | Removes the first occurrence of an InputOption with the specified text from the collection. |