I’ve got a System.Windows.Forms.TextBox that is multi-line but it doesn’t accept commands like Control-A and Control-Backspace.
Control-A does nothing and Control-Backspace inserts a box character.
The “Shortcuts Enabled” property is set to true.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From MSDN on the ShortcutsEnabled property:
You’ll have to implement it yourself.
Something like this should work: