IconDeviceImageCollection Items method is incomplete

Summary

Id:4567.1
Type:Bug Bug
Current Status:Open

Detail

12 Dec 2003OpenMathias Roeher

Thanks for making my day with your IconEx class for NET (well, actually you made my night:)). I just discovered your site while searching for a way to create an Icon with more the 4bpp and found IconEx.

One addition: IconEx.IconDeviceImageCollection Items [get] should be completed as:

get
{
  if (this.iconCollection == null)
    this.iconCollection = new IconDeviceImageCollection();
  return this.iconCollection;
}

Guess I was the first using IconEx for creating an Icon - so now it's verified that it works;)