TypeConverters, UITypeEditor (Full Code Posted) Please someone help!!!
Okay. I have an ASP.NET Server Control called ImageList. It provides javascript cached images to controls I am develpoing basicly just like the System.Windows.Forms.ImageList.
Does any one know what the TypeConverter for the int Image attib for a control using this would look like? I mean I want the same support as MS's Image in the property grid....
I got the concept covered because I examined System.Windows.Forms.ImageIndexConverter which inherits from Int32Converter and I have made TypeConverters before but should the SupportedValuesCollection be a collection of Bittmaps?
Secondly this thing has no UI so does anyone know how I can get it off why WebForm page and into the ComponetTray? Like MS's ImageList..... and where it should be to keep the layout of a page intact at design time.