I am struggling with one form
there are CheckBoxes contained in GroupBoxes.
all the elements have default ForeColor, it is not explicitly set neither in the designer generated code nor in my own code.
For some strange reason, texts within one of the GroupBoxes are black.
I tried debugging it and found that when entering ThemeControl(), all CheckBoxes (the 'good' as well as the 'bad' ones) have ForeColor set to "{Name=ffb0b0b0, ARGB=(255, 176, 176, 176)}" , so this block is not executed for them:
I am struggling with one form there are
CheckBox
es contained inGroupBox
es. all the elements have defaultForeColor
, it is not explicitly set neither in the designer generated code nor in my own code. For some strange reason, texts within one of theGroupBox
es are black. I tried debugging it and found that when enteringThemeControl()
, allCheckBox
es (the 'good' as well as the 'bad' ones) haveForeColor
set to"{Name=ffb0b0b0, ARGB=(255, 176, 176, 176)}"
, so this block is not executed for them:So far, I am not able to make any sense of it. Any suggestions?