I'm currently using some TsLabels to display read-only text in a more prominent way. I changed their SkinSection property to be EDIT because I like how it looks. However, I don't want to use actual TsEdit controls because I don't want users to be able to click and focus them.
The only problem is that with certain skins, the font color is really hard (or sometimes impossible) to read. Refer to the picture below using the Android OS skin. You can also see this with skins like Aluminium, AutumnSky, Moonlight, and several others. Note that this is with the latest 8.31 beta build.
I haven't looked at the source code, but it looks like these TsLabels are correctly drawing their background using the SkinSection, but drawing the text itself in the standard TsLabel font and ignoring the SkinSection.