Select value in designer for a Type property

Posted by Ilia Jerebtsov on Stack Overflow See other posts from Stack Overflow or by Ilia Jerebtsov
Published on 2010-05-04T10:44:11Z Indexed on 2010/05/04 10:48 UTC
Read the original article Hit count: 220

Filed under:
|
|
|

I have a UserControl that exposes a System.Type property. I want to make it settable at design time, like the BindingSource's DataSource property. How can I achieve this?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about visual-studio