Visual Studio Design Time Property - Form List Drop Down
- by Dustin Brooks
I have a user control with a public property of the type Form. I want to be able to select a form at design time with a dropdown and populate it from a constant namespace: UI.Foo.Forms
How do I go about doing this?