Tab key Event
Hi,
I'm developing a wordpad with richtextbox control. My problem is that when I press the tab key while typing inside the richtextbox if focus to the next control. Not just place a tab space in the richtextbox.
So what I need to Do?
Thankx in advance.
Geeshan
Krishnaraj LPosted Jul 3, 2006, 11:40 AM
Check whether the AcceptsTab property is set as TRUE. Properties->Behavior->AcceptsTab = TRUE
Regards,
Krishnaraj L