I have a C# form. I want to write some explanations. I tried RichTextBox and multi-line TextBox. I make them read-only, changed cursor to default in order to get the indicated part in the image below but I cannot prevent selection. The format I want is like Label: you cannot select text, cursor is not IBeam etc. However label is very limited, I am not able to get multi-line. How can I create such explanation part in winforms as shown with a red arrow below?
example image http://desmond.imageshack.us/Himg191/scaled.php?server=191&filename=csharpbox.jpg&res=medium
You can get a Label similar to that one, just disable AutoSize, the text will wrap as expected.