Is it possible to remove a property? For example, if you inherit from
webcontrol then you have the CssClass property. But suppose i dont want to
haveCssClass in the property inspector, can i remove it from the control.
Gary Vidal - 24 Jul 2006 04:54 GMT
In vb.net you can use the Shadows Keyword
and make the method private.

Signature
Gary Vidal
> Is it possible to remove a property? For example, if you inherit from
> webcontrol then you have the CssClass property. But suppose i dont want to
> haveCssClass in the property inspector, can i remove it from the control.