Gets the ImageList.ImageCollection for this image list.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Type: System.Windows.Forms.ImageList.ImageCollection
The collection of images.
If the image collection has not yet been created, it is created when you retrieve this property.
The following code example demonstrates constructing an ImageList, adding images to the Images property, setting the ImageSize property, and using the Draw method. To run this example, place it in a form containing a button named Button1. The example assumes the existence of FeatherTexture.bmp and Gone Fishing.bmp at c:\Windows\. Change the example accordingly if the bitmaps do not exist on your system, or exist at another location.
internal System.Windows.Forms.ImageList ImageList1; |
setting the ImageSize property and the use of the Draw method.
To run this sample place it in a form containing a button named Button1.
The sample assumes the existence of FeatherTexture.bmp and
Gone Fishing.bmp at c:\Windows\. Change the sample accordingly if the
link http://msdn.microsoft.com/en-us/library/system.windows.forms.imagelist.images.aspx
0 comentarios:
Publicar un comentario