i have an image that contains a series of images, e.g.:

In the olden days, i would load the image into the ImageList common control using such API calls as:
What is the .NET method of achieving the same result with the .NET ImageList class?
Note: The image is only an example. My actual image is a traditional toolbar image list image, with 179 16x16 button images.
