c# - Remove property from Property pane in Visual Studio -


is possible remove form property or set of properties properties pane in visual studio?

backstory: i've made usercontrols inherit common form properties, want remove "anchor" , "dock" properties properties pane in visual studio, since usercontrol using different resizing logic, logic anchoring , docking don't seem support.

i'm thinking it's annotation of kind, i'm not entirely sure, , wasn't able find on google.

thanks in advance!

the attribute want browsable http://msdn.microsoft.com/en-us/library/system.componentmodel.browsableattribute.browsable.aspx override dock , anchor on user controls, add attribute (with "false" value) them , see if works (make sure recompile in order designer load changes)


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -