It seems that the RichTextBox control does not support copy&paste. Is it really so? I created a very simple application that had the control with some text in it and i could not select it. Are there properties that control this or it just does not work?
thanks
–oleg
It does not support copy or paste unfortunately. If you want to be able to copy formatted text – allow users to switch the view to a TextBox with plain text.