C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputComboBoxItemCollection Class


InputComboBoxItemCollection Class Methods

For a list of all members of this type, see InputComboBoxItemCollection members.

Public Methods
 NameDescription
Public MethodAdds the specified InputComponent to the collection. (Inherited from C1.Win.InputPanel.InputComponentCollection)
Public MethodOverloaded. Adds an InputOption with the specified text to the collection.  
Public MethodOverloaded. Removes all components from the collection, then disposes the components. (Inherited from C1.Win.InputPanel.InputComponentCollection)
Public MethodOverloaded. Determines whether this collection contains the specified InputComponent. (Inherited from C1.Win.InputPanel.InputComponentCollection)
Public MethodDetermines whether this collection contains an InputOption with the specified text.  
Public MethodOverloaded. Determines the index of a specific InputComponent in the collection. (Inherited from C1.Win.InputPanel.InputComponentCollection)
Public MethodDetermines index of the first InputOption with the specified text in the collection.  
Public MethodInserts the specified InputComponent into this collection at the given index. (Inherited from C1.Win.InputPanel.InputComponentCollection)
Public MethodInserts an InputOption with the specified text into this collection at the given index.  
Public MethodOverloaded. Removes the first occurrence of the specified InputComponent from the collection. (Inherited from C1.Win.InputPanel.InputComponentCollection)
Public Method (Inherited from System.Collections.CollectionBase)
Public MethodRemoves the first occurrence of an InputOption with the specified text from the collection.  
Top
Protected Methods
 NameDescription
Protected MethodPerforms additional custom processes when clearing the contents of the InputComponentCollection instance. (Inherited from C1.Win.InputPanel.InputComponentCollection)
Protected MethodPerforms additional custom processes after clearing the contents of the InputComponentCollection instance. (Inherited from C1.Win.InputPanel.InputComponentCollection)
Protected Method (Inherited from System.Collections.CollectionBase)
Protected MethodPerforms additional custom processes after inserting an InputComponent into the InputComponentCollection instance. (Inherited from C1.Win.InputPanel.InputComponentCollection)
Protected Method (Inherited from System.Collections.CollectionBase)
Protected MethodPerforms additional custom processes after removing an InputComponent from the InputComponentCollection instance. (Inherited from C1.Win.InputPanel.InputComponentCollection)
Protected Method (Inherited from System.Collections.CollectionBase)
Protected MethodPerforms additional custom processes after setting an InputComponent in the InputComponentCollection instance. (Inherited from C1.Win.InputPanel.InputComponentCollection)
Protected MethodChecks that the value argument derives from InputComponent. (Inherited from C1.Win.InputPanel.InputComponentCollection)
Top
See Also