I have built an user control and I have a property named "LineWidth"
what I want is that this property to appear under "Appearance" and not under "Misc" in the properties window.
I found a book it says to use <Category("Appearance"),Description(" ... ")> before the "Property" keyword, but it doesn't work, I think it was used in .net 1.0
what I want is that this property to appear under "Appearance" and not under "Misc" in the properties window.
I found a book it says to use <Category("Appearance"),Description(" ... ")> before the "Property" keyword, but it doesn't work, I think it was used in .net 1.0