I searched the forum, but couldn't find any answers.
As I described my problem in subject I am trying to change colors of these control when focus enter them and left them. I have multiple instances of these controls and there is one GotFocus and one LostFocus event registered to them. When a control has focus, in debug mode I can see the change of the BackColor property of the control perfectly. But after the execute of the code there were nothing changed. Also the control that catches the focus infinitely loops between LostFocus and GotFocus.(GotFocus fires, LostFocus fires, GotFocus fires, ... ) I tries Enter/Leave events, but the difference was there were no loop and it didn't work too. These events works for normal TextBox perfectly.
I am using 2.0.20073.33104 file version of C1Input and Runtime version is v2.0.50727.
Thanks for replies.
Regards, Emrah