C1.Win.C1InputPanel.4.8 Assembly / C1.Win.C1InputPanel Namespace / InputComponentCollection Class


InputComponentCollection Class Methods

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

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