Question

How can i get the color of the caption of the active form in winforms?

(Without Api)

Was it helpful?

Solution

The SystemColors class contains a number of properties corresponding to various system colors. The one you want is SystemColors.ActiveCaption.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top