List of shortcut keys for RichTextBox

P

peterbf

Hi

I have been looking for a list of shortcut keys for the RichTextBox.

I need this because I use a RichTextBox which must only contain text.
So I have been capturing the shortcut keys Ctrl+v to make sure that
only text would be pasted in the RichTextBox. Big was my suprise one
day when I hit Ctrl+shift+ Insert. I had a picture in the clipboard and
it got pasted in to my text-only RichTextBox. So I need a list of all
the shortcuts for the RichTextBox control to see what else I am
missing.

Peter Frederiksen
 
K

Kyle Alons

peterbf said:
Hi

I have been looking for a list of shortcut keys for the RichTextBox.

I need this because I use a RichTextBox which must only contain text.
So I have been capturing the shortcut keys Ctrl+v to make sure that
only text would be pasted in the RichTextBox. Big was my suprise one
day when I hit Ctrl+shift+ Insert. I had a picture in the clipboard and
it got pasted in to my text-only RichTextBox. So I need a list of all
the shortcuts for the RichTextBox control to see what else I am
missing.

Bottom of
http://msdn.microsoft.com/library/d...it/richeditcontrols/aboutricheditcontrols.asp
 
P

peterbf

Bottom ofhttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/shel...

Thank you very much.

Ctrl+shift+Insert = Paste isn't in the list. So I fear other shortcuts
could be missing.

Peter Frederiksen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top