Search code examples
vb.netwinformsgraphicsappearance

Getting the active form caption color


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

(Without Api)


Solution

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