I can not set color of the caption in my TAdvToolbarPager component.
I have assigned TAdvToolbarOfficeStyler to it to control its appearance.
TAdvToolbarPage has UIStyle set to tsCustom.
I try to set Caption background to MyColor (TBStyler is TAdvToolbarOfficeStyler):
TBStyler.PagerCaption.Color := MyColor;
TBStyler.PagerCaption.ColorTo := MyColor;
TBStyler.PagerCaption.ColorMirror := MyColor;
TBStyler.PagerCaption.ColorMirrorTo := MyColor;
Pager1.UpdateAppearance
But nothing changes. It was working correctly in previous versions of TMS VCL UI Pack.
Should I set something to make it work again?