How can i get the color of the caption of the active form in winforms?
(Without Api)
How can i get the color of the caption of the active form in winforms?
(Without Api)
The SystemColors
class contains a number of properties corresponding to various system colors. The one you want is SystemColors.ActiveCaption
.