I have an ExtenderClass that adds Icons via an ImageList to a MenuItem. I want to use the ImageList UIEditor to show that nifty Icon preview in the property window but I'm at a loss....
Suggestions?
Printable View
I have an ExtenderClass that adds Icons via an ImageList to a MenuItem. I want to use the ImageList UIEditor to show that nifty Icon preview in the property window but I'm at a loss....
Suggestions?
Maybe this helps :
http://www.vbforums.com/showthread.p...light=property
I think I may have found a solution, but I haven't got it fully working yet. I put the ImageIndexCoverter on the property Get/Set methods in the Extender and it is trying to work but it isn't linking to the ImageList correctly yet.