InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComponentCollection Class
Properties Methods


In This Topic
    InputComponentCollection Class Members
    In This Topic

    The following tables list the members exposed by InputComponentCollection.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Public PropertyOverloaded. Gets or sets the InputComponent at the specified position in the collection.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (Inherited from System.Collections.CollectionBase)
    Top
    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