TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListSelectedItemCollection Class
Properties Methods Events


In This Topic
    C1CheckListSelectedItemCollection Class Members
    In This Topic

    The following tables list the members exposed by C1CheckListSelectedItemCollection.

    Public Properties
     NameDescription
    Public PropertyGets the number of items contained in the C1CheckListSelectedItemCollection instance.  
    Public PropertyGets a value indicating whether the C1CheckListSelectedItemCollection instance is fixed size.  
    Public PropertyGets a value indicating whether the C1CheckListSelectedItemCollection instance is read-only.  
    Public PropertyGets a value indicating whether the C1CheckListSelectedItemCollection instance is synchronized.  
    Public PropertyGets or sets the item at the specified index.  
    Public PropertyGets the synchronize root.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an item to the C1CheckListSelectedItemCollection.  
    Public MethodOverloaded. Adds the items of the specified collection to the end of the C1CheckListSelectedItemCollection.  
    Public MethodRemoves all items from the C1CheckListSelectedItemCollection.  
    Public MethodOverloaded. Determines whether an item is in the C1CheckListSelectedItemCollection.  
    Public MethodOverloaded. Copies the entire C1CheckListSelectedItemCollection to a compatible one-dimensional array, starting at the specified index of the target array.  
    Public MethodReturns an enumerator that iterates through the C1CheckListSelectedItemCollection.  
    Public MethodOverloaded. Searches for the specified item and returns the zero-based index.  
    Public MethodOverloaded. Inserts item into the C1CheckListSelectedItemCollection at the specified index.  
    Public MethodOverloaded. Removes 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 C1CheckListSelectedItemCollection will raise a collection changed event through this virtual method.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the C1CheckListSelectedItemCollection changes, either by adding or removing an item.  
    Top
    See Also