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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -