ToolStripStatusLabel gets painted with background color of underlying form
-
I have another problem that has me perplexed. I have a ToolStripStatusLabel on a StatusStrip. I change the BackColor of the form that the StatusStrip is on. The ToolStripStausLabel's background is painted in the form's BackColor. I created an event handler for the BackColorChanged event on the ToolStripStatusLabel and it is never fired. I then created an event handler for the Paint event of the ToolStripStatusLabel. It gets fired. I check the BackColor of the ToolStripStatusLabel and it is the same as that for the StatusStrip. But the background of the ToolStripStatusLabel is still painted in the BackColor of the containing form. So I am either missing something, or I have discovered a bug in the .NET framework. Has anyone encountered something like this before? Brian