I want to get the same functionality as Textbox.Enabled = false;
so that the text in a textbox is not selectable at all but without the text changing to light gray. It should stay the same.
Textbox.ReadOnly = true;
still lets you select it so that's not good.
And no it has to be a textbox not a label unfortunately.