|
-
Jan 29th, 2004, 01:31 PM
#1
Thread Starter
Frenzied Member
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.
Last edited by Magiaus; Feb 19th, 2004 at 01:55 AM.
Magiaus
If I helped give me some points.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|