How can I get the color for a themed tabsheet

2020-05-02 01:45发布

问题:

How can I determine the background color of a TTabSheet when running on a OS with themes like XP and above?

回答1:

I would try GetThemeColor.

Edit: But note that tab sheets have a gradient under standard XP theming, so a single color probably is not what you need.