TextBox's base.Text is not working

  • Thread starter Thread starter Ondrej Sevecek
  • Start date Start date
O

Ondrej Sevecek

Hello,

I try to inherit a class from TextBox. Everything works fine with the only
exception of call to base.Text = "new string". I call this property from
some other's property body, but after it returns, the textbox contains the
same text as before...

What is the problem?

many thanks Ondra.
 
.... and it also DO NOT call TextChanged event I have registered a delegate
for in the derived class's constructor.

O.
 
Back
Top