A
Alex B
I just can't seem to figure out this very, very easy problem.
I want to subclass a base class so that my app can have specific defaults
set...
To be specific, I'm trying to subclass the Web Form Button class. All I want
to have the subclass have a specific CSS set and to have the subclass have a
specific event run for the Click event.
When I try to subclass it, I keep getting warnings that I need to set
"shadows" which seems to wipe out the capability of the parent class.
So I apologize that I'm such a moron and new at this, I've read much more
fancy subclassing on various sites and in the help guide, but can't figure
out how to subclass the base classes and make them work right.
I want to subclass a base class so that my app can have specific defaults
set...
To be specific, I'm trying to subclass the Web Form Button class. All I want
to have the subclass have a specific CSS set and to have the subclass have a
specific event run for the Click event.
When I try to subclass it, I keep getting warnings that I need to set
"shadows" which seems to wipe out the capability of the parent class.
So I apologize that I'm such a moron and new at this, I've read much more
fancy subclassing on various sites and in the help guide, but can't figure
out how to subclass the base classes and make them work right.