Change Colors for Popup, Radio, Checkbox, Button

Hi All,

Anybody knows if it is on the enhancement list that PopupMenu, RadioButton, Checkbox, and Button is able to change the text color (design and runtime)? or anyone know how by the time?

You can change textcolor in BevelButton. For CheckBox and RadioButton, place a label over the control so you can change the TextColor.

For popupMenu, I would use a bevelButton and a listBox to replace the control.

thx michel