hi, how i can hide usercontrol properties from intellisense in vs?
+2
A:
Apply the [EditorBrowsable]
attribute. It's still possible to the developer to show these hidden members via the VS Options dialog, however.
Tim Robinson
2009-12-05 13:12:44
Very good, now i'd like to hide the Inherited class properties like size property of form class. thanks for your answer.
Sadegh
2009-12-05 13:19:59