When do we need to use [Browsable(true)]?
[Browsable(true)]
EDIT (by SLaks): He\'s asking (I assume) why one would need to pass true as the
true
As far as I know, never.
I was wrong. It's necessary if you want to make a property which has [Browsable(false)] in your base class (such as UserControl.Text) browsable.
[Browsable(false)]