If the TextBox is Enabled, but set to ReadOnly, you can still select the text, just not type in the box.

I'm trying to hide the fact that it's a TextBox. I don't want the user to even be able to select the text. The only way I can do this is to Disable the TextBox, but like I said above, then the font color is greyed.

Any other ways to do this? Thanks!