C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / ImageCollection Class
Properties Methods Events


ImageCollection Class Members

The following tables list the members exposed by ImageCollection.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of a ImageCollection.  
Top
Public Properties
 NameDescription
Public Property (Inherited from System.Collections.CollectionBase)
Public Property (Inherited from System.Collections.CollectionBase)
Public PropertyOverloaded. Gets or sets the ImageEntry at the specified index in the ImageCollection.  
Top
Protected Properties
 NameDescription
Protected Property (Inherited from System.Collections.CollectionBase)
Protected Property (Inherited from System.Collections.CollectionBase)
Top
Public Methods
 NameDescription
Public MethodOverloaded. Adds an ImageEntry to the collection.  
Public Method (Inherited from System.Collections.CollectionBase)
Public MethodOverloaded. Determines whether the ImageCollection contains a given key.  
Public MethodOverloaded. Gets the index of a given ImageEntry in the collection.  
Public MethodInserts an ImageEntry at a specified position in the collection.  
Public MethodRemoves an ImageEntry from the collection.  
Public Method (Inherited from System.Collections.CollectionBase)
Top
Protected Methods
 NameDescription
Protected Method (Inherited from System.Collections.CollectionBase)
Protected MethodOverridden. Performs additional custom processes after clearing the contents of the ImageCollection instance.  
Protected Method (Inherited from System.Collections.CollectionBase)
Protected MethodOverridden. Performs additional custom processes after inserting a new element into the ImageCollection instance.  
Protected MethodRaises the ListChanged event.  
Protected Method (Inherited from System.Collections.CollectionBase)
Protected MethodOverridden. Performs additional custom processes after removing an element from the ImageCollection instance.  
Protected Method (Inherited from System.Collections.CollectionBase)
Protected MethodOverridden. Performs additional custom processes after setting a value in the ImageCollection instance.  
Protected Method (Inherited from System.Collections.CollectionBase)
Top
Public Events
 NameDescription
Public EventOccurs when list items are added, removed, or changed.  
Top
See Also