Heinz Z.
Heinz Z.

Reputation: 1574

How can I get the color for a themed tabsheet

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

Upvotes: 0

Views: 1404

Answers (1)

Uli Gerhardt
Uli Gerhardt

Reputation: 14001

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.

Upvotes: 5

Related Questions