views:

101

answers:

1

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
Very good, now i'd like to hide the Inherited class properties like size property of form class. thanks for your answer.
Sadegh