Hello,
I've coded a new TextBox control like below.
public class DecTextBox : TextBox
{
}
Every thing is working well in my control except for tab key. When the my control focused i cannot go to the next or previous controls by pressing tab and shift-tab keys.
is there anyone who had experienced this issue before.
Loading
Murad BASDAGPosted May 10, 2012, 6:12 AM
When i remove the line my control started to work correspondingly. I can Focus in and out by pressing tab keys.
If you have any idea about why the textalign property does this kind of problem and inform me i'll be appreciated.
Thanks a lot.
Murad BASDAGPosted May 10, 2012, 5:45 AM
In first day when i try to give a name to my control's intences, i could not change the name (designed did not accept the new name). But now it's allowed by the designer.
Murad BASDAGPosted May 10, 2012, 5:26 AM
brunda kPosted May 7, 2012, 4:16 AM
Murad BASDAGPosted May 7, 2012, 2:48 AM
brunda kPosted May 6, 2012, 2:38 PM