Hi there,
I new to Nevron. What is the best way to change the Header item text color?
I tried
ctrl.PaletteInheritance = Nevron.UI.WinForm.Controls.PaletteInheritance.None;
ctrl.Palette.ControlText = Color.White;
and works, but it also changes the text color for some other controls like the check boxes.