If you select text in a Textfield/TextArea/something else, you'll likely find that the color of the text is inverted, and the background colour of the field is changed to sometihng dark/different to what it was.
Is there a region to describe this?
When selecting/highlighting text with the mouse in a Textfield, the following style, applied with the key ".*" applies the style as expected. This leads me to believe that there is a region key for highlighted text only:
<style id="backingStyle">
<opaque value="true"/>
<font name="Arial" size="12"/>
<state>
<color value="#333333" type="BACKGROUND"/>
<color value="WHITE" type="FOREGROUND"/>
</state>
</style>
<bind style="backingStyle" type="region" key=".*"/>
However I'll be damned if I can find it!
Thanks!