Does anyone have any idea why AcceptsTab might not be working? I have a class which inherits from TableLayoutPanel and contains a RichTextBox in one of its cells. I have set AcceptsTab to True for the RichTextBox and TabStop to False for the class, the RichTextBox and the other controls that it contains. But when the RTB has focus and the user presses Tab, the focus vanishes - it seems that the RTB loses focus and no other control receives it - it's just lost.
I have tried duplicating this in a small project, but can't - the tab key is accepted perfectly well.
Any ideas?
I have tried duplicating this in a small project, but can't - the tab key is accepted perfectly well.
Any ideas?