I have a tab control and I want to have 1 of the tabs have it\'s text color changed on a event.
I\'ve found answers like C# - TabPage Color event
and C# W
For WinForms users reading this - This ONLY works if you set your tab control's DrawMode to OwnerDrawFixed - the DrawItem event never fires if it's set to Normal.