| C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : InputComboBoxItemCollection Class |
The following tables list the members exposed by InputComboBoxItemCollection.
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Overloaded. Gets or sets the InputComponent at the specified position in the collection. (Inherited from C1.Win.C1InputPanel.InputComponentCollection) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds the specified InputComponent to the collection. (Inherited from C1.Win.C1InputPanel.InputComponentCollection) |
![]() | AddText | Overloaded. Adds an InputOption with the specified text to the collection. |
![]() | Clear | Overloaded. Removes all components from the collection, then disposes the components. (Inherited from C1.Win.C1InputPanel.InputComponentCollection) |
![]() | Contains | Overloaded. Determines whether this collection contains the specified InputComponent. (Inherited from C1.Win.C1InputPanel.InputComponentCollection) |
![]() | ContainsText | Determines whether this collection contains an InputOption with the specified text. |
![]() | IndexOf | Overloaded. Determines the index of a specific InputComponent in the collection. (Inherited from C1.Win.C1InputPanel.InputComponentCollection) |
![]() | IndexOfText | Determines index of the first InputOption with the specified text in the collection. |
![]() | Insert | Inserts the specified InputComponent into this collection at the given index. (Inherited from C1.Win.C1InputPanel.InputComponentCollection) |
![]() | InsertText | Inserts an InputOption with the specified text into this collection at the given index. |
![]() | Remove | Overloaded. Removes the first occurrence of the specified InputComponent from the collection. (Inherited from C1.Win.C1InputPanel.InputComponentCollection) |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
![]() | RemoveText | Removes the first occurrence of an InputOption with the specified text from the collection. |