03-24-2011 09:33 PM
Aha so I suppose I was reading the help incorrectly. Just curious why wasn't ATTR_TEXT_BGCOLOR supported for toggle/text button?
03-25-2011 11:21 AM
Because toggle buttons, unlike other controls with text, have two background colors, not one. Those colors are set using the ATTR_ON_COLOR and ATTR_OFF_COLOR attributes. It wouldn't make sense to also allow ATTR_TEXT_BGCOLOR to operate on these controls.
Luis