D
developer___
I have made my own control which inherits from UserControl. Within my
application i am using the propertygrid control to display my controls
properties, however i would like to remove properties like backcolor,
language, cursor, font etc. I know i can add the attribute
[Browsable(false)] but this can be added to properties u have made yourself,
the backcolor and cursor etc properties dont show up as they are inherited
so how can i remove them from showing up in the property grid? Thanks in
advance.
application i am using the propertygrid control to display my controls
properties, however i would like to remove properties like backcolor,
language, cursor, font etc. I know i can add the attribute
[Browsable(false)] but this can be added to properties u have made yourself,
the backcolor and cursor etc properties dont show up as they are inherited
so how can i remove them from showing up in the property grid? Thanks in
advance.