I'm trying to set the text property of a ToolStripStatusLabel from within the DoWork method of a BackGround Worker.

When I run the project I get a message telling me about an unsafe cross thread call, this I understand and expect

The ToolStripStatusLabel does not support InvokeRequired so how do I check for cross thread calls and make a safe call to this control ?