Visual Studio Design Time Property - Form List Drop Down
Posted
by Dustin Brooks
on Stack Overflow
See other posts from Stack Overflow
or by Dustin Brooks
Published on 2010-05-03T19:12:06Z
Indexed on
2010/05/04
11:08 UTC
Read the original article
Hit count: 191
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?
© Stack Overflow or respective owner