Does anybody know how to allow the user to press the tab key within a RichTextBox and get a tab rather than moving to the next control?

I have tried capturing the keypress event but it is not generated by the tab key.

Thanks