If you use RichTextBox1.Locked = True property the RichTextBox is not totally Locked.

For example i locked the richtextbox with an image inside and i still resized the image and delete it but i couldn't type anything! Is there any way to lock Rich Text Box control in all properties?
(Text, Images etc)