Hi,
I have a UltraToolbarsManager with several state button tools.
The tool bar back ground appearance is set by a image resource in the style set. We are doing this to give the tool bar rounded corners.
The tool bar back ground image is black, and we are setting the pressed appearance of the state button tool as a light gray color.
However the pressed appearance is not showing on the tool bar. I have verified that the state button too is set to checked.
Can anyone help with this issue?
Thanks
Harlan
I figured out what was wrong.
The Background color for the toolbar appearance was set to transparent in the style file.
Once I set the background color to default, the stat tool button showed the depressed appearance when clicked.