GOA - System.Windows.Forms.ImageList

ImageList Class


Provides methods to handle a collection of images. This class cannot be inherited.

Definition

public sealed class ImageList: Component

Members Table

MethodDescription
AddImageOverloaded. Adds an image to the ImageList.
AddMovieOverloaded. Adds a movie to the ImageList.
ClearRemoves all elements from the ImageList.
ContainsDetermines whether the specified visual object is a member of the ImageList.
CreateReturns the VisualElement of a specified element in the ImageList.
DisposeOverloaded. (Inherited from Component)
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
ImageListInitializes a new instance of ImageList.
IndexOfReturns the index of an element in the ImageList.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RemoveRemoves a specified element from the ImageList.
RemoveAtRemoves a specified element from the ImageList.
ToStringReturns a String that represents the current Object. (Inherited from Object)
PropertyDescription
ContainerGets the IContainer that contains the Component. (Inherited from Component)
CountGets the number of all elements of the ImageList.
ImageHeightGets the height of the images in the ImageList.
ImageSizeGets or sets the size of the images in the ImageList.
ImageWidthGets the width of the images in the ImageList.
SiteGets or sets the ISite of the Component. (Inherited from Component)
EventDescription
DisposedAdds an event handler to listen to the Disposed event on the component. (Inherited from Component)

Inheritance Hierarchy

Object
Component
ImageList

Class Information

NamespaceSystem.Windows.Forms
Flash LibrarySystem.Windows.Forms.scl
Flash Library Version2.0.0.2118
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.