+1  A: 

You just need to set the ShowImageMargin property of the menu to false

Thomas Levesque
Thanks! I had to cast the dropdown to ToolStripDropDownMenu first (it's only exposed as ToolStripDropDown which doesn't have the ShowImageMargin property).
David Rutten