Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Showjumper #1
How to remove a property?
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.
Showjumper Guest
-
#29234 [Com]: empty($object->property) incorrect when property has access overloaded (__get)
ID: 29234 Comment by: phpbugs at thunder-2000 dot com Reported By: chrissy at codegoat dot com Status: No... -
Remove an inherited property?
I'm inheriting from the generic WebControl when designing my own. This inheritance has a "Text" property... I'm not going to be using this and was... -
Collection Property problems with Image control ImageUrl property and URLBuilder
Been using reflector and examining what Microsoft does with the Rows property in the Table class. It looks like all of the items added to the rows... -
More Collection Property problems with Image control ImageUrl property and URLBuilder
After a few more hours of debugging I discovered that the URLBuilder solution that I mentioned previously does not work because there is no service... -
how to remove a programe from the add/remove list manually
i am using winXP home, i just remove a programe from the start menu(start>>all programes>>name of the programe>>uninstall),but the programe name is... -
Gary Vidal #2
Re: How to remove a property?
In vb.net you can use the Shadows Keyword
and make the method private.
--
Gary Vidal
"Showjumper" <dfgkjhdf> wrote in message
news:uFvby5srGHA.3380@TK2MSFTNGP04.phx.gbl...>
> 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 Guest



Reply With Quote

