How do i trigger tab key on press enter key?
How do i trigger tab key on press enter key in c#(Winforms-Richtextbox)?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
theLizardPosted Feb 2, 2015, 5:46 PM
Is it to insert a tab in the RichTextbox?
If so, what if you want a new line which is the default action, if you want the Enter key to trigger a move to the next control in tab order then you will need to look at the RichTextbox Keydown event.
You do not provide enough information to know what exactly you want to do when we know what you are after then someone may be able to help you.
Saber ShaikhPosted Feb 2, 2015, 12:13 AM