ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / TagCollection Class
Properties Methods Events


In This Topic
    TagCollection Class Members
    In This Topic

    The following tables list the members exposed by TagCollection.

    Public Properties
     NameDescription
    Public PropertyGets the number of items contained in the TagCollection instance.  
    Public PropertyGets a value indicating whether the TagCollection instance is fixed size.  
    Public PropertyGets a value indicating whether the TagCollection instance is read-only.  
    Public PropertyGets a value indicating whether the TagCollection instance is synchronized.  
    Public PropertyGets or sets the object at the specified index.  
    Public PropertyGets the synchronize root.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the TagCollection.  
    Public MethodOverloaded. Adds the items of the specified collection to the end of the TagCollection.  
    Public MethodRemoves all items from the TagCollection.  
    Public MethodDetermines whether an item is in the TagCollection.  
    Public MethodCopies the entire TagCollection to a compatible one-dimensional array, starting at the specified index of the target array.  
    Public MethodReturns an enumerator that iterates through the TagCollection.  
    Public MethodSearches for the specified item and returns the zero-based index.  
    Public MethodInserts item into the TagCollection at the specified index.  
    Public MethodRemoves the first occurrence of a specified item from the collection.  
    Public MethodRemoves the item at the specified index of the collection.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaise CollectionChanged event to any listeners. Properties/methods modifying this TagCollection will raise a collection changed event through this virtual method.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the TagCollection changes, either by adding or removing an item.  
    Top
    See Also