Name | Description | |
---|---|---|
![]() | Add | Adds the specified InputComponent to the collection. (Inherited from C1.Win.InputPanel.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.InputPanel.InputComponentCollection) |
![]() | Contains | Overloaded. Determines whether this collection contains the specified InputComponent. (Inherited from C1.Win.InputPanel.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.InputPanel.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.InputPanel.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.InputPanel.InputComponentCollection) |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
![]() | RemoveText | Removes the first occurrence of an InputOption with the specified text from the collection. |