We checked this and it is because in Delphi 11, the form designer has by default VCL Styles enabled and VCL Styles have priority over the component's own style.
To turn this off, set AdvOfficeStatusBar.StyleElements := [];
We checked this and it is because in Delphi 11, the form designer has by default VCL Styles enabled and VCL Styles have priority over the component's own style.
To turn this off, set AdvOfficeStatusBar.StyleElements := [];