UE
UESTC
December 1, 2002 04:23 AM UTC
In my opinion, you don't need to make you class
derive from TextBox.
you can make it inherit from another container class, like Panel, then add a TextBox object and a Button object on it.
But I am not sure...
UZ
Uzi
December 1, 2002 10:09 PM UTC
But if I used your method, I will have to map many textbox's properties back and forth.
> In my opinion, you don't need to make you class
> derive from TextBox.
> you can make it inherit from another container class, like Panel, then add a TextBox object and a Button object on it.
> But I am not sure...