I have a form with a menu and a toolstrip at the top. The menuStrip has a nice looking gradient background, how can I get the same effect on the toolStrip control? I know about the RenderMode property but changing this doesn't have the desired result.

You can achieve this with a custom renderer.
Then set your toolstrip to use an instance of this renderer.