Image List ...

  • Thread starter Thread starter Vaibhav
  • Start date Start date
V

Vaibhav

Can anybody help me out in finding how to access an image from an imagelist
without using Index property at run time....
 
Hi,

You can use foreach Image in ImageList.Images, or
ImageList.Images.GetEnumerator()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top