|
In my designer host, if I have a MainMenu component called "mainMenu", I am unable to get a Designer using the following techniques:
GetDesigner(mainMenu); TypeDescriptor.CreateDesigner(mainMenu, typeof(IDesigner));
I would like to get this to work ASAP, so I don't want to wait for MenuStrip.
Does anyone know how to get the IDesigner that Visual Studio uses for MainMenu design?
Thanks, Greg |