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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top