Selectable Label Text

This is probably a really simple problem for most of you guys but I can't seem to find a property for a label that will allow it to be highlighted for copy and paste at run time. Is there such a property?

Thanks,
Neil

[225 byte] By [el-neilios] at [2007-12-17]
# 1

Hi,

You would not use a label for that. Use a Textbox but just set its BorderStyle to none and set the background color to the color of your form. Also don't forget to set the readonly property to false...

cheers,

Paul June A. Domag

PaulDomag at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...
# 2
Thanks very much, that works fine.

Neil

el-neilios at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...