ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / DropDownItemCollection Class
Properties Methods


In This Topic
    DropDownItemCollection Class Members
    In This Topic

    The following tables list the members exposed by DropDownItemCollection.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Public PropertyGets or sets the item at the specified indexed location 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 item to the end of the collection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodIndicates whether the collection contains a specific DropDownItem.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodReturns the zero-based index of the first occurrence of a value in the list.  
    Public MethodInserts the specified item into the collection at the specified location.  
    Public MethodRemoves the specified item 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 System.Collections.CollectionBase instance.  
    Protected MethodOverridden. Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Top
    See Also