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
According to the documentation you want it to be true when it should be displayed in the property window in VS. Basically it applies to classes that are used in the designer.